diff options
-rwxr-xr-x | perl-install/standalone/logdrake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index e62254ae7..a738e15b7 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -427,9 +427,11 @@ my $initdir = "/etc/init.d"; step_load: undef $::Wizard_finished; - $in->ask_from(N("load setting"), +#PO- Here "load" is a noun; that is load refers to the system/CPU) load + $in->ask_from(N("Load setting"), N("You will receive an alert if the load is higher than this value"), [ + { label => N("Load"), val => \$load, type => 'range', min => 1, max => 50 }, ]) or goto step_service; |