diff --git a/Fltk/onelabWindow.cpp b/Fltk/onelabWindow.cpp index b18fa1d5ec0820056428c55b52143d87f4a91312..94cb639da302d6a9fe56f857d6bf69c4c3e3d882 100644 --- a/Fltk/onelabWindow.cpp +++ b/Fltk/onelabWindow.cpp @@ -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;