diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-08-18 12:46:32 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-08-18 12:46:32 +0000 |
commit | ea1e0b4d360279890f3f837c988744b718e68624 (patch) | |
tree | 985d789834bf7c121f629b9af9ae3931cdfeea22 /perl-install/standalone | |
parent | 47b62f547db654a57f40a9fdf403699a6583ee02 (diff) | |
download | drakx-ea1e0b4d360279890f3f837c988744b718e68624.tar drakx-ea1e0b4d360279890f3f837c988744b718e68624.tar.gz drakx-ea1e0b4d360279890f3f837c988744b718e68624.tar.bz2 drakx-ea1e0b4d360279890f3f837c988744b718e68624.tar.xz drakx-ea1e0b4d360279890f3f837c988744b718e68624.zip |
use "Allowed addresses" instead of "Attacker" in whitelist
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/drakids | 2 |
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); |