From 85db3dcf69f020e8274156bbbc45d7f25e9d7941 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 21 Jul 2003 16:52:22 +0000 Subject: make 1st tab title somewhat clearer --- perl-install/standalone/draksec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksec') 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); -- cgit v1.2.1