summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--bootloader/po/bootloader.pot15
-rw-r--r--lib/MGA/DrakISO/BuildBoot.pm2
3 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 83a13be..7ad59a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
- add {media}{bootloader_entries}{message} key to display a message
- whilst loading the Linux kernel
+ whilst loading the selected program
1.22
diff --git a/bootloader/po/bootloader.pot b/bootloader/po/bootloader.pot
index 565dd85..f7649c7 100644
--- a/bootloader/po/bootloader.pot
+++ b/bootloader/po/bootloader.pot
@@ -69,6 +69,21 @@ msgstr ""
msgid "Press 'c' for command line, 'e' to edit."
msgstr ""
+msgid "Starting Mageia installer ..."
+msgstr ""
+
+msgid "Starting Mageia rescue system ..."
+msgstr ""
+
+msgid "Starting Mageia Live system ..."
+msgstr ""
+
+msgid "Starting Mageia Live installer ..."
+msgstr ""
+
+msgid "Starting memory tester ..."
+msgstr ""
+
# NOTE: The Mageia grub2 package replaces one of the upstream messages
# with this, but doesn't provide any translations. This doesn't need
# to fit on a single line.
diff --git a/lib/MGA/DrakISO/BuildBoot.pm b/lib/MGA/DrakISO/BuildBoot.pm
index c64d3f0..f42d96b 100644
--- a/lib/MGA/DrakISO/BuildBoot.pm
+++ b/lib/MGA/DrakISO/BuildBoot.pm
@@ -412,7 +412,7 @@ sub build_grub2_cfg {
),
"menuentry $gettext\"$name\" {",
if_($message,
- " echo \"$message\""
+ " echo $gettext\"$message\""
),
" $command $image " . join(' ', get_default_append($build), $append),
if_($initrd ne 'none' && defined $initrd_command{$command},