--- a/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py Sat May 22 18:51:46 2021 +0200 @@ -10,7 +10,7 @@ from PyQt6.QtCore import pyqtSlot, Qt from PyQt6.QtWidgets import QListWidgetItem -from E5Gui import E5MessageBox +from E5Gui import EricMessageBox from Preferences.ConfigurationPages.ConfigurationPageBase import ( ConfigurationPageBase @@ -197,7 +197,7 @@ self.__enableLanguageWarning and len(self.__checkedLanguageItems()) < 2 ): - E5MessageBox.warning( + EricMessageBox.warning( self, self.tr("Enabled Languages"), self.tr("""At least two languages should be selected to"""