Skip to content

Commit

Permalink
changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 28, 2014
1 parent 9a6cf2e commit 5eee83f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/include/bootloader/grub2/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ def grub_on_ppc_location
VSpacing(1),
ComboBox(
Id("boot_custom_list"),
_("Boot Loader Location"),
# TRANSLATORS: place where boot code is installed
_("Boot &Loader Location"),
prep_partitions
)
)
Expand All @@ -264,6 +265,7 @@ def grub_on_ppc_location
method(:ppc_location_store),
"void (string, map)"
),
# help text
"help" => _("Choose partition where is boot sequence installed.")
}

Expand Down
2 changes: 1 addition & 1 deletion src/modules/BootStorage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def ProposeDeviceMap
when "i386", "x86_64"
Builtins.tointeger(bios_id) - 0x80
else
raise "no support for bios id '#{bios_id}' on Arch.architecture"
raise "no support for bios id '#{bios_id}' on #{Arch.architecture}#"
end
grub_dev = Builtins.sformat("hd%1", index)
# FATE #303548 - doesn't add disk with same bios_id with different name (multipath machine)
Expand Down

0 comments on commit 5eee83f

Please sign in to comment.