Tools/TRPreviewer.py

changeset 3034
7ce719013078
parent 3030
4a0a82ddd9d2
child 3039
8dd0165d805d
--- a/Tools/TRPreviewer.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Tools/TRPreviewer.py	Sat Oct 19 13:03:39 2013 +0200
@@ -509,7 +509,7 @@
                     self.parent(),
                     self.trUtf8("Set Translator"),
                     self.trUtf8(
-                        """<p>The translator <b>{0}</b> is not known.</p>""")\
+                        """<p>The translator <b>{0}</b> is not known.</p>""")
                         .format(name))
                 return
                 
@@ -726,7 +726,7 @@
                 self,
                 self.trUtf8("Load UI File"),
                 self.trUtf8(
-                    """<p>The file <b>{0}</b> could not be loaded.</p>""")\
+                    """<p>The file <b>{0}</b> could not be loaded.</p>""")
                     .format(self.__uiFileName))
             self.__valid = False
             return
@@ -782,7 +782,7 @@
                     self,
                     self.trUtf8("Load UI File"),
                     self.trUtf8(
-                        """<p>The file <b>{0}</b> could not be loaded.</p>""")\
+                        """<p>The file <b>{0}</b> could not be loaded.</p>""")
                         .format(uiFileName))
                 return
             

eric ide

mercurial