summaryrefslogtreecommitdiffstats
path: root/iw/netconfig_dialog.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-06-22 14:33:52 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-06-22 14:33:52 +0000
commit4c4ebffc3309330c1b93c476d2014606757cab73 (patch)
treea577d3e84003327dbbc6642c779fe10b53e52c06 /iw/netconfig_dialog.py
parent1e0e0476cd9e972ffcd9abed6f2404164242aaff (diff)
downloadanaconda-4c4ebffc3309330c1b93c476d2014606757cab73.tar.gz
anaconda-4c4ebffc3309330c1b93c476d2014606757cab73.tar.xz
anaconda-4c4ebffc3309330c1b93c476d2014606757cab73.zip
The fingers you have used to dial are too fat. To obtain a special dialing
wand, please mash the keypad with your palm now.
Diffstat (limited to 'iw/netconfig_dialog.py')
-rw-r--r--iw/netconfig_dialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/netconfig_dialog.py b/iw/netconfig_dialog.py
index 45146e140..965884427 100644
--- a/iw/netconfig_dialog.py
+++ b/iw/netconfig_dialog.py
@@ -227,7 +227,7 @@ class NetworkConfigurator:
self._handleIPMissing(_("IPv4 Network Mask"), msg)
return
except network.IPError, msg:
- self._handleIPError(_("IPv4 Network Mask"), msh)
+ self._handleIPError(_("IPv4 Network Mask"), msg)
return
try: