From da3564bdc19b2b83316240dfac7796a1525dc915 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 21 Aug 2003 12:13:38 +0000 Subject: Changed back NC() to N() (functionality will be merged) --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/logdrake') 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); -- cgit v1.2.1