summaryrefslogtreecommitdiffstats
path: root/iw/network_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-18 19:35:06 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-18 19:35:06 +0000
commit57fee189b2415bc0e015f85ba5b810d32361577e (patch)
tree57b153b15281487849c62d86bff9373dd249a5bf /iw/network_gui.py
parent5f1b83dee084cbb4df7a03adbba5ce4bdbc3a5a8 (diff)
downloadanaconda-57fee189b2415bc0e015f85ba5b810d32361577e.tar.gz
anaconda-57fee189b2415bc0e015f85ba5b810d32361577e.tar.xz
anaconda-57fee189b2415bc0e015f85ba5b810d32361577e.zip
really remove the extra space
Diffstat (limited to 'iw/network_gui.py')
-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, "_", "")