Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Slezak committed Feb 1, 2013
1 parent 65270a1 commit 9e61615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Wagon.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ It is safe to abort the migration now.</b></li>
// Continue = ignore the failure and run the other scripts for this step (if present)
// Cancel = quit, don't run anything
// Retry = run it again, retry it
sformat(_("Script %1 failed\nContinue with other scripts or try it again?"), script),
sformat(_("Script %1 failed\nContinue with other scripts, cancel scripts or try it again?"), display_script),
_("Continue"), _("Cancel"), _("Retry"), `focus_yes
);

Expand Down

0 comments on commit 9e61615

Please sign in to comment.