From a3143e18f55267d29c45d3c594f7fe7ce168d4d4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 18 Aug 2005 17:18:15 +0000 Subject: switch to Interactive Firewall --- perl-install/standalone/net_applet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone/net_applet') diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 89d531f11..791de255a 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -59,7 +59,7 @@ my %actions = ( 'upNetwork' => { name => sub { N("Connect %s", $_[0]) }, launch => sub { network::tools::start_interface($_[0], 1) } }, 'downNetwork' => { name => sub { N("Disconnect %s", $_[0]) }, launch => sub { network::tools::stop_interface($_[0], 1) } }, 'monitorNetwork' => { name => N("Monitor Network"), launch => \&run_net_monitor }, - 'monitorAFW' => { name => N("Active Firewall"), launch => \&run_drakids }, + 'monitorAFW' => { name => N("Interactive Firewall"), launch => \&run_drakids }, 'wireless' => { name => N("Manage wireless networks"), launch => \&run_drakroam }, 'confNetwork' => { name => N("Configure Network"), launch => sub { system("/usr/sbin/drakconnect --skip-wizard &") } }, 'chooseInterface' => { @@ -168,7 +168,7 @@ sub generate_wireless_menuitem { $net->{activate} = $net->{menuitem}->signal_connect('activate' => sub { if (exists $net->{id}) { eval { $monitor->select_network($net->{id}) }; - $@ and err_dialog(N("Active Firewall"), N("Unable to contact daemon")); + $@ and err_dialog(N("Interactive Firewall"), N("Unable to contact daemon")); } else { run_drakroam(); } @@ -342,7 +342,7 @@ sub set_blacklist_verdict { defined $verdict or $verdict = 1; eval { $ifw->blacklist($seq, $verdict) }; - $@ and err_dialog(N("Active Firewall"), N("Unable to contact daemon")); + $@ and err_dialog(N("Interactive Firewall"), N("Unable to contact daemon")); shift @attacks_queue; #- wait for some time so that the new balloon is noticeable @@ -362,7 +362,7 @@ sub ask_attack_verdict { my ($attack) = @_; my $w = Gtk2::Window->new; - $w->set_title(N("Active Firewall: intrusion detected")); + $w->set_title(N("Interactive Firewall: intrusion detected")); $w->set_icon(gtknew('Pixbuf', file => "/usr/lib/libDrakX/icons/drakfirewall.png")); my ($yes, $no, $auto); -- cgit v1.2.1