diff -r f95dde35d0ab -r 0090cfa83159 eric6/Project/ProjectTranslationsBrowser.py --- a/eric6/Project/ProjectTranslationsBrowser.py Mon Apr 26 17:33:08 2021 +0200 +++ b/eric6/Project/ProjectTranslationsBrowser.py Tue Apr 27 17:25:06 2021 +0200 @@ -955,7 +955,7 @@ self.tr( "The generation of the translation files (*.ts) has" " failed.{0}").format(info), - kind=NotificationTypes.Critical, + kind=NotificationTypes.CRITICAL, timeout=0) for index in range(len(self.__pylupdateProcesses)): @@ -1203,7 +1203,7 @@ self.tr("Translation file release"), self.tr( "The release of the translation files (*.qm) has failed."), - kind=NotificationTypes.Critical, + kind=NotificationTypes.CRITICAL, timeout=0) for index in range(len(self.__lreleaseProcesses)):