summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-03 07:58:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-03 07:58:11 +0000
commit73b93e875c243d293ea8f61974f587661aab8d20 (patch)
tree45b844772f5e16cc267fe27822d60c8d6dd9962b /perl-install/standalone/draksec
parenta9b2cae5417f5a9375ddecdf59ba249df1b5120b (diff)
downloaddrakx-backup-do-not-use-73b93e875c243d293ea8f61974f587661aab8d20.tar
drakx-backup-do-not-use-73b93e875c243d293ea8f61974f587661aab8d20.tar.gz
drakx-backup-do-not-use-73b93e875c243d293ea8f61974f587661aab8d20.tar.bz2
drakx-backup-do-not-use-73b93e875c243d293ea8f61974f587661aab8d20.tar.xz
drakx-backup-do-not-use-73b93e875c243d293ea8f61974f587661aab8d20.zip
fix help system description.
we should really use the camille/deush help system though.
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-xperl-install/standalone/draksec2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index 8816cef74..8fb4e7494 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -155,7 +155,7 @@ foreach ([ 'network', N("Network Options") ], [ 'system', N("System Options") ])
my ($domain, $label) = @$_;
my %values;
$notebook->append_page(gtkshow(create_scrolled_window(gtkpack(new Gtk2::VBox(0, 0),
- new Gtk2::Label(N("The following options can be set to customize your\nsystem security. If you need an explanation, click on Help.\n")),
+ new Gtk2::Label(N("The following options can be set to customize your\nsystem security. If you need an explanation, look at the help tooltip.\n")),
create_packtable($common_opts,
map {
my $i = $_;