summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-08-21 12:13:38 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-08-21 12:13:38 +0000
commitda3564bdc19b2b83316240dfac7796a1525dc915 (patch)
tree2d7ea30d7d0cdc9c518497abb18c86b3d27d70a6 /perl-install/standalone/logdrake
parentdff36a33b1e63bc75e88f32a3eb14f564be80db5 (diff)
downloaddrakx-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/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 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);