diff options
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 68d6f5b19..1f6e7abdd 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -237,7 +237,7 @@ sub ask_attack_verdict { } my $w = Gtk2::Window->new; - $w->set_title(N("Active Firewall : intrusion detected")); + $w->set_title(N("Active Firewall: intrusion detected")); $w->set_icon(gtknew('Pixbuf', file => "/usr/lib/libDrakX/icons/drakfirewall.png")); my ($yes, $no, $auto); |