diff -r e795cb8240aa -r d501156be247 RefactoringRope/InlineDialog.py --- a/RefactoringRope/InlineDialog.py Sun Oct 13 18:35:25 2013 +0200 +++ b/RefactoringRope/InlineDialog.py Fri Oct 25 19:33:36 2013 +0200 @@ -50,7 +50,7 @@ self.resize(500, 20) self.description.setText( - self.trUtf8("Inlining occurrences of <b>{0}</b> (type {1}).")\ + self.trUtf8("Inlining occurrences of <b>{0}</b> (type {1}).") .format(self.__inliner.name, self.__inliner.get_kind())) self.__okButton = self.buttonBox.button(QDialogButtonBox.Ok)