RefactoringRope/ConfirmationDialog.py

changeset 55
d501156be247
parent 46
a726d19facfc
child 62
1077db8d0589
--- a/RefactoringRope/ConfirmationDialog.py	Sun Oct 13 18:35:25 2013 +0200
+++ b/RefactoringRope/ConfirmationDialog.py	Fri Oct 25 19:33:36 2013 +0200
@@ -33,7 +33,7 @@
         self.__changes = changes
         
         self.description.setText(
-            self.trUtf8("Shall the refactoring <b>{0}</b> be done?")\
+            self.trUtf8("Shall the refactoring <b>{0}</b> be done?")
                 .format(Utilities.html_encode(self.__changes.description)))
         
         self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok)

eric ide

mercurial