diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-20 14:05:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-20 14:05:25 +0000 |
commit | 3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7 (patch) | |
tree | 836dd72043bf1d77bcc78956175daa5e7bee23f7 /perl-install | |
parent | 59c46a0e297c0de98785abff06a2afdd866a9545 (diff) | |
download | drakx-3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7.tar drakx-3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7.tar.gz drakx-3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7.tar.bz2 drakx-3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7.tar.xz drakx-3d4bedb63d8b92eb62a99e40772eb9cb4ebccdf7.zip |
annotate load for translators (Arpad Biro)
Diffstat (limited to 'perl-install')
-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; |