Skip to content

Commit

Permalink
changes from revieww
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 14, 2016
1 parent b9c1c82 commit 5c6c851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/installation/proposal_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ def add_proposal_error(msg)
def error_proposal_aproved?
return true if proposal_errors.empty?

headline = _("Error found when proposing configuration")
text = _("Following errors found during proposal. If you continue with " \
"installation, there is a high risk of later issues when performing " \
headline = _("Error Found in Installation Settings")
text = _("Following errors found in configuration proposal. If you continue with " \
"installation,\nthere is a high risk of later issues when performing " \
"installation.\nErrors:\n")
sep = Yast::UI.TextMode ? "-" : "•"
text += "#{sep} " + proposal_errors.join("\n#{sep} ")
Expand Down

0 comments on commit 5c6c851

Please sign in to comment.