diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-21 16:52:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-21 16:52:22 +0000 |
commit | 85db3dcf69f020e8274156bbbc45d7f25e9d7941 (patch) | |
tree | 38c5288e2bc4ed8a3e5a79710da972f3299c5ea1 /perl-install | |
parent | c83ade4f9605a8311a57057387116829ab20550f (diff) | |
download | drakx-backup-do-not-use-85db3dcf69f020e8274156bbbc45d7f25e9d7941.tar drakx-backup-do-not-use-85db3dcf69f020e8274156bbbc45d7f25e9d7941.tar.gz drakx-backup-do-not-use-85db3dcf69f020e8274156bbbc45d7f25e9d7941.tar.bz2 drakx-backup-do-not-use-85db3dcf69f020e8274156bbbc45d7f25e9d7941.tar.xz drakx-backup-do-not-use-85db3dcf69f020e8274156bbbc45d7f25e9d7941.zip |
make 1st tab title somewhat clearer
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 48b61cc42..1f9dd2953 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -169,7 +169,7 @@ $notebook->append_page(gtkshow(gtkpack_(new Gtk2::VBox(0, 0), }) ], [ new Gtk2::Label(N("Security Administrator:")), $secadmin_entry = Gtk2::Entry->new_with_text($msec->get_check_value("MAIL_USER")) ]))), - new Gtk2::Label(N("Basic"))); + new Gtk2::Label(N("Basic options"))); if ($msec->get_check_value("MAIL_WARN") eq "yes") { $secadmin_check->set_active(1); |