src/main.c

changeset 185
c0acc89d6c01
parent 184
93c81539b702
child 186
8230904458a7
--- a/src/main.c	Sun Aug 23 12:19:05 2026 +0200
+++ b/src/main.c	Mon Aug 24 13:20:19 2026 +0200
@@ -376,7 +376,7 @@
         printw("Can't interpret move - please use algebraic notation.");
         break;
     case RULES_VIOLATED:
-        printw("Move does not comply chess rules.");
+        printw("Move does not comply with chess rules.");
         break;
     case KING_MOVES_INTO_CHECK:
         printw("Can't move the king into a check position.");

mercurial