Reduce length of engine oops message

We don't have much space in the window title, especially on narrow mode.
This commit is contained in:
Michael Catanzaro 2020-12-06 12:54:52 -06:00
parent 0c4f379015
commit a413c88e0d

View file

@ -1382,7 +1382,7 @@ Copyright © 20152016 Sahil Sareen""";
break;
case ChessResult.BUG:
/* Game status when something goes wrong with the engine. */
what = _("Oops! Something has gone wrong.");
what = _("Oops!");
/* don't set the pgn_game result; these are standards */
break;
default: