--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -161,9 +161,7 @@ self.tr("Differences"), self.__diff ) self.__diffAct.setToolTip( - self.tr( - "Shows the differences of the selected entry in a" " separate dialog" - ) + self.tr("Shows the differences of the selected entry in a separate dialog") ) self.__sbsDiffAct = self.__actionsMenu.addAction( self.tr("Differences Side-By-Side"), self.__sbsDiff @@ -200,12 +198,12 @@ self.__commitMergeAct = self.__actionsMenu.addAction( self.tr("Commit Merge"), self.__commitMerge ) - self.__commitMergeAct.setToolTip(self.tr("Commit all the merged" " changes.")) + self.__commitMergeAct.setToolTip(self.tr("Commit all the merged changes.")) self.__abortMergeAct = self.__actionsMenu.addAction( self.tr("Abort Merge"), self.__abortMerge ) self.__commitMergeAct.setToolTip( - self.tr("Abort an uncommitted merge " "and lose all changes") + self.tr("Abort an uncommitted merge and lose all changes") ) self.__actionsMenu.addSeparator() @@ -525,9 +523,7 @@ EricMessageBox.information( self, self.tr("Commit"), - self.tr( - """There are no entries selected to be committed.""" - ), + self.tr("""There are no entries selected to be committed."""), ) return @@ -569,9 +565,7 @@ EricMessageBox.information( self, self.tr("Add"), - self.tr( - """There are no unversioned entries available/selected.""" - ), + self.tr("""There are no unversioned entries available/selected."""), ) return @@ -597,9 +591,7 @@ EricMessageBox.information( self, self.tr("Add"), - self.tr( - """There are no unversioned entries available/selected.""" - ), + self.tr("""There are no unversioned entries available/selected."""), ) return @@ -642,9 +634,7 @@ EricMessageBox.information( self, self.tr("Revert"), - self.tr( - """There are no uncommitted changes available/selected.""" - ), + self.tr("""There are no uncommitted changes available/selected."""), ) return @@ -692,9 +682,7 @@ EricMessageBox.information( self, self.tr("Differences"), - self.tr( - """There are no uncommitted changes available/selected.""" - ), + self.tr("""There are no uncommitted changes available/selected."""), ) return @@ -715,9 +703,7 @@ EricMessageBox.information( self, self.tr("Differences Side-By-Side"), - self.tr( - """There are no uncommitted changes available/selected.""" - ), + self.tr("""There are no uncommitted changes available/selected."""), ) return elif len(names) > 1: