Preferences/ConfigurationPages/DebuggerGeneralPage.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3038
7fe9a53280bd
child 3145
a9de05d4a22f
--- a/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Sun Nov 03 15:58:22 2013 +0100
@@ -254,8 +254,8 @@
                     self.trUtf8(
                         """<p>The entered address <b>{0}</b> is not"""
                         """ a valid IP v4 or IP v6 address."""
-                        """ Aborting...</p>""")\
-                        .format(allowedHost))
+                        """ Aborting...</p>""")
+                    .format(allowedHost))
         
     @pyqtSlot()
     def on_deleteAllowedHostButton_clicked(self):
@@ -287,8 +287,8 @@
                     self.trUtf8(
                         """<p>The entered address <b>{0}</b> is not"""
                         """ a valid IP v4 or IP v6 address."""
-                        """ Aborting...</p>""")\
-                        .format(allowedHost))
+                        """ Aborting...</p>""")
+                    .format(allowedHost))
     
 
 def create(dlg):

eric ide

mercurial