--- 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.");