summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index efa673ed1..372ce504b 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -67,7 +67,7 @@ sub custom_id {
my ($device, $str) = @_;
defined($device->{device}) ? $device->{device} :
(defined($device->{processor}) ?
- "$device->{vendor_id} $device->{name} " . _("cpu number ") . $device->{processor} :
+ "$device->{vendor_id} $device->{name} " . N("cpu number ") . $device->{processor} :
(defined($device->{description}) ? $device->{description} : $str));
}