summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-08-18 12:46:32 +0000
committerOlivier Blin <oblin@mandriva.org>2005-08-18 12:46:32 +0000
commitea1e0b4d360279890f3f837c988744b718e68624 (patch)
tree985d789834bf7c121f629b9af9ae3931cdfeea22
parent47b62f547db654a57f40a9fdf403699a6583ee02 (diff)
downloaddrakx-backup-do-not-use-ea1e0b4d360279890f3f837c988744b718e68624.tar
drakx-backup-do-not-use-ea1e0b4d360279890f3f837c988744b718e68624.tar.gz
drakx-backup-do-not-use-ea1e0b4d360279890f3f837c988744b718e68624.tar.bz2
drakx-backup-do-not-use-ea1e0b4d360279890f3f837c988744b718e68624.tar.xz
drakx-backup-do-not-use-ea1e0b4d360279890f3f837c988744b718e68624.zip
use "Allowed addresses" instead of "Attacker" in whitelist
-rw-r--r--perl-install/standalone/drakids2
1 files changed, 1 insertions, 1 deletions
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);