diff options
author | Chris Lumens <clumens@redhat.com> | 2006-06-07 18:12:20 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-06-07 18:12:20 +0000 |
commit | 6549f4a4c12cc27e30927bb52b0ab50c39d9f365 (patch) | |
tree | 79f035fee2f7987e8f80e93d4b7f6f36af330695 /iw | |
parent | 6bc5cb7cc41dca020f92af46a2920a04963f0379 (diff) | |
download | anaconda-6549f4a4c12cc27e30927bb52b0ab50c39d9f365.tar.gz anaconda-6549f4a4c12cc27e30927bb52b0ab50c39d9f365.tar.xz anaconda-6549f4a4c12cc27e30927bb52b0ab50c39d9f365.zip |
Remove misleading text (#135828).
Diffstat (limited to 'iw')
-rw-r--r-- | iw/network_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py index f91bd2e4b..fbf4e7271 100644 --- a/iw/network_gui.py +++ b/iw/network_gui.py @@ -188,7 +188,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 communicate over a network by default without at least one device active.\n\nNOTE: If you have a PCMCIA-based network adapter you should leave it inactive at this point. When you reboot your system the adapter will be activated automatically."), 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 editDevice(self, data): if self.ignoreEvents: |