summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-xperl-install/standalone/logdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake
index c8349d0f4..efcdeb8e8 100755
--- a/perl-install/standalone/logdrake
+++ b/perl-install/standalone/logdrake
@@ -430,7 +430,7 @@ my $initdir = "/etc/init.d";
$in->ask_from(N("load setting"),
N("You will receive an alert if the load is higher than this value"),
[
- { label => "load ", val => \$load, type => 'range', min => 1, max => 50 },
+ { label => N("Load"), val => \$load, type => 'range', min => 1, max => 50 },
]) or goto step_service;
$cron .= sprintf(<<'EOF', $load);