Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 3, 2018
1 parent 237958c commit 8bad180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/auto_client.rb
Expand Up @@ -38,7 +38,7 @@ def import(data)
possible_values = BootloaderFactory.supported_names + ["default"]
AutoInstall.issues_list.add(:invalid_value, "bootloader", "loader_type",
e.bootloader_name,
_("Bootloader is not supported on this architecture. Possible values: ") +
_("The selected bootloader is not supported on this architecture. Possible values: ") +
possible_values.join(", "),
:fatal
)
Expand Down

0 comments on commit 8bad180

Please sign in to comment.