--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitStatusDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -226,9 +226,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 @@ -719,9 +717,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 @@ -745,9 +741,7 @@ EricMessageBox.information( self, self.tr("Stage"), - self.tr( - """There are no stageable entries available/selected.""" - ), + self.tr("""There are no stageable entries available/selected."""), ) return @@ -771,9 +765,7 @@ EricMessageBox.information( self, self.tr("Unstage"), - self.tr( - """There are no unstageable entries available/selected.""" - ), + self.tr("""There are no unstageable entries available/selected."""), ) return @@ -880,9 +872,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