summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/network_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py
index 95ebb8988..c2280f76c 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -166,7 +166,7 @@ class NetworkWindow(InstallWindow):
newfield = string.replace(field, "_", "")
self.intf.messageWindow(_("Error With Data"),
_("An error occurred converting "
- " the value entered for \"%s\":\n%s" % (newfield, errmsg)))
+ "the value entered for \"%s\":\n%s" % (newfield, errmsg)))
def handleIPMissing(self, field):
newfield = string.replace(field, "_", "")