Skip to content

Commit

Permalink
Add a missing call to i18n (bnc#887553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jul 30, 2014
1 parent 34cd060 commit 17f1010
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/include/bootloader/grub/helps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ def initialize_bootloader_grub_helps(include_target)
"in <b>Boot Loader Options</b> to update the master boot record if that is needed or configure your other boot manager\n" +
"to start this section.</p>"
),
"boot_extended" => "<p><b>Boot from Extended Partition</b> should be selected if your root partition is on \nlogical partition and the /boot partition is missing</p>",
"boot_extended" => _(
"<p><b>Boot from Extended Partition</b> should be selected if your root partition is on \nlogical partition and the /boot partition is missing</p>"
),
"boot_custom" => _(
"<p><b>Custom Boot Partition</b> lets you choose a partition to boot from.</p>"
),
Expand Down

0 comments on commit 17f1010

Please sign in to comment.