--- a/src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -414,9 +414,7 @@ EricMessageBox.critical( self, self.tr(".desktop Wizard"), - self.tr( - """Only one of 'Only Show In' or 'Not Show In' allowed.""" - ), + self.tr("""Only one of 'Only Show In' or 'Not Show In' allowed."""), ) @pyqtSlot() @@ -445,9 +443,7 @@ EricMessageBox.critical( self, self.tr(".desktop Wizard"), - self.tr( - """Only one of 'Only Show In' or 'Not Show In' allowed.""" - ), + self.tr("""Only one of 'Only Show In' or 'Not Show In' allowed."""), ) @pyqtSlot()