summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 3f1fcdda0..a2772f371 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -248,6 +248,7 @@ sub suggest {
$lilo->{message} = join('', cat_("$prefix/boot/message"));
if (!$lilo->{message}) {
my $msg_en =
+#-PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
__("Welcome to %s the operating system chooser!
Choose an operating system in the list above or
@@ -633,6 +634,7 @@ EOF
";
output "$prefix/boot/grub/messages", map { translate($_) . "\n" } (
+#-PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
__("Welcome to GRUB the operating system chooser!"),
__("Use the %c and %c keys for selecting which entry is highlighted."),
__("Press enter to boot the selected OS, \'e\' to edit the"),