Skip to content

Commit

Permalink
better error arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 11, 2016
1 parent 29bea29 commit 3fe9fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/installation/proposal_runner.rb
Expand Up @@ -484,8 +484,8 @@ def error_proposal_aproved?
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 " \
"installation.\nErrors:\n>")
text += "- " + proposal_errors.join("\n- ")
"installation.\nErrors:\n")
text += "-> " + proposal_errors.join("\n-> ")

if Yast::Mode.auto
!Yast::Popup.TimedErrorAnyQuestion(headline, text,
Expand Down

0 comments on commit 3fe9fe4

Please sign in to comment.