RefactoringRope/ConfirmationDialog.py

branch
eric7
changeset 413
a4cba20ad7ab
parent 412
6fa5892b9097
child 426
7592a1c052e8
diff -r 6fa5892b9097 -r a4cba20ad7ab RefactoringRope/ConfirmationDialog.py
--- a/RefactoringRope/ConfirmationDialog.py	Sat Dec 23 15:48:55 2023 +0100
+++ b/RefactoringRope/ConfirmationDialog.py	Sat Dec 23 17:58:35 2023 +0100
@@ -73,7 +73,7 @@
             )
         else:
             self.description.setText(
-                self.tr("The selected refactoring did not produce any" " changes.")
+                self.tr("The selected refactoring did not produce any changes.")
             )
             self.__okButton.setEnabled(False)
             self.__previewButton.setEnabled(False)

eric ide

mercurial