X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.c;h=9a2b12521550a3da0cebde0c3c46d95beebf5c3c;hb=db5e89b8dc3c9aef0aea7f72aec4f79a325cab61;hp=53ac879f499eb1d967d5a55617123e93c13d7d07;hpb=c2a5e9675e41feddadb6e06544dedc3afdc6ae66;p=xboard.git diff --git a/draw.c b/draw.c index 53ac879..9a2b125 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 using '-pieceImageDirectory'."); printf("%s\n", msg); // give up DisplayError(msg, 0); warned = 1; // prevent error message being repeated for each piece type