summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2007-11-16 17:17:52 +0100
committerJoel Andres Granados <jgranado@redhat.com>2007-11-16 17:17:52 +0100
commitfe13cea2cbbb48cb5ec6703988f58b49f4ae9a36 (patch)
tree0c21d17be89c9e0dfa14f3fcfba4a9a2f316488d /iw
parent51846b22d6a34286cd0242ab15d8c2dbf67e5ab8 (diff)
downloadanaconda-fe13cea2cbbb48cb5ec6703988f58b49f4ae9a36.tar.gz
anaconda-fe13cea2cbbb48cb5ec6703988f58b49f4ae9a36.tar.xz
anaconda-fe13cea2cbbb48cb5ec6703988f58b49f4ae9a36.zip
Don't translate unnecessary stuff.
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 739d49135..b3e622aa5 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -156,7 +156,7 @@ class NetworkWindow(InstallWindow):
def handleIPError(self, field, msg):
self.intf.messageWindow(_("Error With %s Data") % (field,),
- _("%s") % msg.__str__())
+ "%s" % msg.__str__())
def handleBroadCastError(self):
self.intf.messageWindow(_("Error With Data"),