src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9495
28ab5f487f71
child 9653
e67609152c5e
diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py
--- a/src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py	Tue Dec 06 17:35:41 2022 +0100
@@ -41,12 +41,12 @@
             402: self.tr("Yandex: API key has been blocked."),
             403: self.tr("Yandex: Daily limit for requests has been reached."),
             404: self.tr(
-                "Yandex: Daily limit for the volume of translated" " text reached."
+                "Yandex: Daily limit for the volume of translated text reached."
             ),
             413: self.tr("Yandex: Text size exceeds the maximum."),
             422: self.tr("Yandex: Text could not be translated."),
             501: self.tr(
-                "Yandex: The specified translation direction is not" " supported."
+                "Yandex: The specified translation direction is not supported."
             ),
         }
 

eric ide

mercurial