summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 5e61f3847..a757b50c2 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -290,7 +290,7 @@ sub configure_pcmcia {
$running = 1;
if (c::kernel_version() =~ /^2\.2/) {
- my $msg = _("PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel.");
+ my $msg = N("PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel.");
log::l($msg);
return $msg;
}