Skip to content
Snippets Groups Projects
Commit 660f11b4 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 5b06a8ac
No related branches found
No related tags found
No related merge requests found
......@@ -421,7 +421,7 @@ static bool stopOnError(const std::string &client)
std::string msg
(client + " reported an error: do you really want to continue?\n\n"
"(To disable this warning in the future, select `Enable expert mode'\n"
"in the option dialog.");
"in the option dialog.)");
if(Msg::GetAnswer(msg.c_str(), 1, "Stop", "Continue") == 0) return true;
}
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment