From ea1e0b4d360279890f3f837c988744b718e68624 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 18 Aug 2005 12:46:32 +0000 Subject: use "Allowed addresses" instead of "Attacker" in whitelist --- perl-install/standalone/drakids | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakids b/perl-install/standalone/drakids index a0623195f..c3ae398ab 100644 --- a/perl-install/standalone/drakids +++ b/perl-install/standalone/drakids @@ -35,7 +35,7 @@ foreach (0, 1, 2) { } my $whitelist = Gtk2::SimpleList->new(addr => 'hidden', - N("Attacker") => 'text', + N("Allowed addresses") => 'text', ); $whitelist->get_selection->set_mode('multiple'); $whitelist->set_headers_clickable(1); -- cgit v1.2.1