diff options
author | Peter Jones <pjones@redhat.com> | 2009-07-10 14:43:00 -0400 |
---|---|---|
committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2009-07-13 10:39:18 -0400 |
commit | 0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (patch) | |
tree | b8cd11bd240574bcc90d081d5ffe9c1a67f56b68 /textw | |
parent | 2961ad07899b582f349cf45e318ef7daab3c4f07 (diff) | |
download | anaconda-0c951cfba63a967f6b67d9b112bd26fb42a1abe0.tar.gz anaconda-0c951cfba63a967f6b67d9b112bd26fb42a1abe0.tar.xz anaconda-0c951cfba63a967f6b67d9b112bd26fb42a1abe0.zip |
Edit user-visible dialogs for style.
We have lots of strings that we display to users which are unclear or
contain poor usage and grammar. That's bad.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/netconfig_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/netconfig_text.py b/textw/netconfig_text.py index bc1251fde..8475f0018 100644 --- a/textw/netconfig_text.py +++ b/textw/netconfig_text.py @@ -262,7 +262,7 @@ class NetworkConfiguratorText: self._handleIPError(_("Nameserver"), msg) continue - w = self.anaconda.intf.waitWindow(_("Configuring Network Interfaces"), _("Waiting for NetworkManager...")) + w = self.anaconda.intf.waitWindow(_("Configuring Network Interfaces"), _("Waiting for NetworkManager")) result = self.anaconda.id.network.bringUp() w.pop() if result: |