Skip to content

Commit

Permalink
Clarify AbortRetryIgnore Dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 29, 2018
1 parent eac7298 commit edd3676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LuaManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ LuaHelpers::ReportScriptError(std::string const& Error,
LOG->Warn("%s", Error.c_str());
if (UseAbort) {
std::string with_correct =
Error + " Correct this and click Retry, or Cancel to break.";
Error + "\nCorrect this and click Retry, click Abort to crash, or click Ignore to attempt to continue.";
return Dialog::AbortRetryIgnore(with_correct, ErrorType);
}
// Dialog::OK(Error, ErrorType);
Expand Down

0 comments on commit edd3676

Please sign in to comment.