summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/BuildBoot.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MGA/DrakISO/BuildBoot.pm')
-rw-r--r--lib/MGA/DrakISO/BuildBoot.pm2
1 files changed, 1 insertions, 1 deletions
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},