summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index db555585e..f5299bb9e 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -111,7 +111,7 @@ because XFS needs a very large driver).") : ''))) or return;
}
my $floppy_dev;
- my @l = detect_devices::floppies_dev() or die N("Sorry, no floppy drive available");
+ my @l = detect_devices::floppies_dev() or die \N("Sorry, no floppy drive available");
my %l = (
'fd0' => N("First floppy drive"),
'fd1' => N("Second floppy drive"),