summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-24 09:11:31 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-24 09:11:31 +0000
commit4f6e9b525a4986824446d23b7df5c86bfb0a4a15 (patch)
tree6deeba3ebfa7826b1293feeffc8a69ec1f980a0b /perl-install/standalone/draksec
parent83e1152dfea7d8942f9ddd5ff54348ca0334213b (diff)
downloaddrakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.gz
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.bz2
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.xz
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.zip
English proofreading
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-xperl-install/standalone/draksec4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index 23fa9c78c..33be1e531 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 explanations, click on Help.\n")),
+ new Gtk2::Label(N("The following options can be set to customize your\nsystem security. If you need an explanation, click on Help.\n")),
create_packtable($common_opts,
map {
my $i = $_;
@@ -186,7 +186,7 @@ foreach ([ 'network', N("Network Options") ], [ 'system', N("System Options") ])
my %security_checks_value;
$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 explanations, click on Help.\n")),
+ new Gtk2::Label(N("The following options can be set to customize your\nsystem security. If you need an explanation, click on Help.\n")),
create_packtable($common_opts,
map {
unless (member(qw(MAIL_WARN MAIL_USER), $_)) {