diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-06-22 14:33:52 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-06-22 14:33:52 +0000 |
commit | 4c4ebffc3309330c1b93c476d2014606757cab73 (patch) | |
tree | a577d3e84003327dbbc6642c779fe10b53e52c06 /iw/netconfig_dialog.py | |
parent | 1e0e0476cd9e972ffcd9abed6f2404164242aaff (diff) | |
download | anaconda-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.py | 2 |
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: |