Skip to content

Commit

Permalink
make slightly different message as also other modules use Read
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 6, 2016
1 parent cf19b9c commit eef9f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Bootloader.rb
Expand Up @@ -156,9 +156,9 @@ def Read
::Bootloader::BootloaderFactory.current.read
rescue ::Bootloader::UnsupportedBootloader => e
ret = Yast::Report.AnyQuestion(_("Unsupported Bootloader"),
_("Unsupported bootloader '%s' detected. Show proposal of supported configuration?") %
_("Unsupported bootloader '%s' detected. Use proposal of supported configuration instead?") %
e.bootloader_name,
_("Show"),
_("Use"),
_("Quit"),
:yes) # focus proposing new one
return false unless ret
Expand Down

0 comments on commit eef9f97

Please sign in to comment.