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 2e95d52 commit d72e2e2
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 @@ -930,7 +930,7 @@ It it also 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, cancel scripts or try it again?"), display_script),
sformat(_("Hook script '%1' failed\n\nContinue with other scripts, cancel scripts or try it again?"), display_script),
_("Continue"), _("Cancel"), _("Retry"), `focus_yes
);

Expand Down

0 comments on commit d72e2e2

Please sign in to comment.