fixed some more translation strings
[xboard.git] / draw.c
diff --git a/draw.c b/draw.c
index 53ac879..a58cf9b 100644 (file)
--- 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