summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-17 19:19:56 +0000
committerMike Fulbright <msf@redhat.com>2002-07-17 19:19:56 +0000
commit0484f64db303d0c90385cefa998a2111088b4975 (patch)
tree2c0836cfa11eb26dd2814ef8cd4685fb47b94b54
parent4c8f25644730cc44f022769dc71e7f6a4f01580a (diff)
downloadanaconda-0484f64db303d0c90385cefa998a2111088b4975.tar.gz
anaconda-0484f64db303d0c90385cefa998a2111088b4975.tar.xz
anaconda-0484f64db303d0c90385cefa998a2111088b4975.zip
typo from bug 69055
-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 abc95276a..28147240c 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -179,7 +179,7 @@ class NetworkWindow(InstallWindow):
"invalid."))
def handleNoActiveDevices(self):
- return self.intf.messageWindow(_("Error With Data"), _("You have no active network devices. Your system will not be able to commuciate over a network by default without at least one device active."), type="custom", custom_buttons=["gtk-cancel", _("C_ontinue")])
+ return self.intf.messageWindow(_("Error With Data"), _("You have no active network devices. Your system will not be able to communicate over a network by default without at least one device active."), type="custom", custom_buttons=["gtk-cancel", _("C_ontinue")])
def setHostnameRadioState(self):
pass