X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.c;h=a58cf9bac1bc2d99c6820dc6c76e847ea958e39c;hb=828a3f3b12c8559a5b73f85f3094f4eddfe06b8b;hp=53ac879f499eb1d967d5a55617123e93c13d7d07;hpb=26ce8c65cece5e82b8d08d75b253061c9037b09d;p=xboard.git diff --git a/draw.c b/draw.c index 53ac879..a58cf9b 100644 --- a/draw.c +++ b/draw.c @@ -290,7 +290,7 @@ ScaleOnePiece (int color, int piece) if(!pngPieceImages[color][piece]) { // we still did not manage to acquire a piece bitmap static int warned = 0; if(!(svgPieces[color][piece] = LoadSVG(SVGDIR, color, piece)) && !warned) { // try to fall back on installed svg - char *msg = _("No default pieces installed\nSelect your own -pieceImageDirectory"); + char *msg = _("No default pieces installed!\nSelect your own -pieceImageDirectory"); printf("%s\n", msg); // give up DisplayError(msg, 0); warned = 1; // prevent error message being repeated for each piece type