🐛[bigfix] DeepL Auth Keyの利用上限に達した場合の処理を追加

This commit is contained in:
misyaguziya
2023-09-12 11:31:22 +09:00
parent d352e4ded6
commit 658cddc9d6
3 changed files with 31 additions and 13 deletions

View File

@@ -416,7 +416,7 @@ class View():
self._printToTextbox_Info("Auth key update completed")
def printToTextbox_AuthenticationError(self):
self._printToTextbox_Info("Auth Key or language setting is incorrect")
self._printToTextbox_Info("Auth Key is incorrect or Usage limit reached")
def printToTextbox_OSCError(self):
self._printToTextbox_Info("OSC is not enabled, please enable OSC and rejoin")