summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-10-03 20:24:38 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-10-03 20:24:38 +0000
commitd24c4410ace27384c7dd0f532f2f271b969f02b8 (patch)
treebdbf8e4379b9ef775668976b4a0d1dc515279812 /iw
parent1e752ea76185148825ba3984e543246b94a8f545 (diff)
downloadanaconda-d24c4410ace27384c7dd0f532f2f271b969f02b8.tar.gz
anaconda-d24c4410ace27384c7dd0f532f2f271b969f02b8.tar.xz
anaconda-d24c4410ace27384c7dd0f532f2f271b969f02b8.zip
* isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on all
platforms. * iw/network_gui.py (NetworkWindow.handleBroadCastError): Tell users the IPv4 information given is invalid, since this error message will occur when calculating the network and broadcast address using the IPv4 ip address and netmask. * textw/network_text.py (handleBroadCastError): Add missing error handling function for network and broadcast address calculation.
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 766cc5015..0d64d0106 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -183,7 +183,7 @@ class NetworkWindow(InstallWindow):
def handleBroadCastError(self):
self.intf.messageWindow(_("Error With Data"),
- _("The IP information you have entered is "
+ _("The IPv4 information you have entered is "
"invalid."))
def handleNoActiveDevices(self):