Helpviewer/History/HistoryManager.py

changeset 3034
7ce719013078
parent 3020
542e97d4ecb3
child 3035
36e9f388958b
diff -r 58fe260e7469 -r 7ce719013078 Helpviewer/History/HistoryManager.py
--- a/Helpviewer/History/HistoryManager.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Helpviewer/History/HistoryManager.py	Sat Oct 19 13:03:39 2013 +0200
@@ -387,7 +387,7 @@
                 self.trUtf8("Loading History"),
                 self.trUtf8(
                     """<p>Unable to open history file <b>{0}</b>.<br/>"""
-                    """Reason: {1}</p>""")\
+                    """Reason: {1}</p>""")
                     .format(historyFile.fileName, historyFile.errorString()))
             return
         
@@ -467,7 +467,7 @@
                 self.trUtf8("Saving History"),
                 self.trUtf8(
                     """<p>Unable to open history file <b>{0}</b>.<br/>"""
-                    """Reason: {1}</p>""")\
+                    """Reason: {1}</p>""")
                     .format(f.fileName(), f.errorString()))
             return
         
@@ -490,7 +490,7 @@
                     self.trUtf8("Saving History"),
                     self.trUtf8(
                         """<p>Error removing old history file <b>{0}</b>."""
-                        """<br/>Reason: {1}</p>""")\
+                        """<br/>Reason: {1}</p>""")
                         .format(historyFile.fileName(),
                                 historyFile.errorString()))
             if not f.copy(historyFile.fileName()):
@@ -499,7 +499,7 @@
                     self.trUtf8("Saving History"),
                     self.trUtf8(
                         """<p>Error moving new history file over old one """
-                        """(<b>{0}</b>).<br/>Reason: {1}</p>""")\
+                        """(<b>{0}</b>).<br/>Reason: {1}</p>""")
                         .format(historyFile.fileName(), f.errorString()))
         self.historySaved.emit()
         try:

eric ide

mercurial