summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-16 15:39:20 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-16 15:39:20 +0000
commit65fcbfc44cd746811eefa805e993aa53e1041b0e (patch)
tree23402611a04955a44b3a2c2e5ab5aa4623dc1405
parentef8d32feb8a8b5a9283c68c7060faaa3adc70952 (diff)
downloadanaconda-65fcbfc44cd746811eefa805e993aa53e1041b0e.tar.gz
anaconda-65fcbfc44cd746811eefa805e993aa53e1041b0e.tar.xz
anaconda-65fcbfc44cd746811eefa805e993aa53e1041b0e.zip
make the text clearer (#131805)
-rw-r--r--iw/firewall_gui.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/iw/firewall_gui.py b/iw/firewall_gui.py
index b06851c50..91c421d74 100644
--- a/iw/firewall_gui.py
+++ b/iw/firewall_gui.py
@@ -106,10 +106,11 @@ class FirewallWindow (InstallWindow):
box.pack_start (self.table, gtk.FALSE, 5)
y = 0
- label = gui.WrappingLabel (_("With a firewall, you may wish to "
- "allow access to specific services on "
- "your computer from others. "
- "Allow access to which services?"))
+ label = gui.WrappingLabel (_("You can use a firewall to allow "
+ "access to specific services on your "
+ "computer from other computers. Which "
+ "services, if any, do you wish to "
+ "allow access to ?"))
label.set_size_request(400, -1)
label.set_alignment(0.0, 0.0)
self.table.attach(label, 0, 2, y, y + 1, gtk.EXPAND | gtk.FILL, gtk.FILL, 5, 5)