Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 24, 2018
1 parent 2ca6982 commit 27bead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/proposal_client.rb
Expand Up @@ -79,7 +79,7 @@ def ask_user(param)
if grub2_update?(current_bl)
::Yast2::Popup.show(
# TRANSLATORS: popup text when user click on link and we forbid to continue
_("Changing of bootloader configuration during upgrade is not supported.")
_("Changing the bootloader configuration during an upgrade is not supported.")
)
return { "workflow_sequence" => :next }
end
Expand Down

0 comments on commit 27bead9

Please sign in to comment.