summaryrefslogtreecommitdiffstats
path: root/iw/firewall_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/firewall_gui.py')
-rw-r--r--iw/firewall_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/firewall_gui.py b/iw/firewall_gui.py
index bbc2ee3f0..3df419851 100644
--- a/iw/firewall_gui.py
+++ b/iw/firewall_gui.py
@@ -177,7 +177,7 @@ class FirewallWindow (InstallWindow):
box = gtk.VBox (gtk.FALSE, 5)
box.set_border_width (5)
- label = gtk.Label (_("Please choose your security level: "))
+ label = gtk.Label (_("Select a security level for the system: "))
label.set_alignment (0.0, 0.5)
label.set_line_wrap (gtk.TRUE)