diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-21 12:13:38 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-21 12:13:38 +0000 |
commit | da3564bdc19b2b83316240dfac7796a1525dc915 (patch) | |
tree | 2d7ea30d7d0cdc9c518497abb18c86b3d27d70a6 /perl-install | |
parent | dff36a33b1e63bc75e88f32a3eb14f564be80db5 (diff) | |
download | drakx-da3564bdc19b2b83316240dfac7796a1525dc915.tar drakx-da3564bdc19b2b83316240dfac7796a1525dc915.tar.gz drakx-da3564bdc19b2b83316240dfac7796a1525dc915.tar.bz2 drakx-da3564bdc19b2b83316240dfac7796a1525dc915.tar.xz drakx-da3564bdc19b2b83316240dfac7796a1525dc915.zip |
Changed back NC() to N() (functionality will be merged)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 8d766b34a..9963941b1 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -432,7 +432,7 @@ my $initdir = "/etc/init.d"; N("You will receive an alert if the load is higher than this value"), [ - { label => NC("_: load here is a noun, the load of the system\nLoad"), val => \$load, type => 'range', min => 1, max => 50 }, + { label => N("_: load here is a noun, the load of the system\nLoad"), val => \$load, type => 'range', min => 1, max => 50 }, ]) or goto step_service; $cron .= sprintf(<<'EOF', $load); |