From 6f87d139a4e19a318de49905bbb1176ee1de33a8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 24 Apr 2002 19:28:46 +0000 Subject: *** no comment *** --- chess-display.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index a4c03fb..271d4b6 100644 --- a/chess-display.el +++ b/chess-display.el @@ -274,6 +274,10 @@ also view the same game." (chess-pos-piece position from) to)) (setq ch (cddr ch))))))) +(chess-message-catalog 'english + '((not-your-move . "It is not your turn to move") + (game-is-over . "This game is over"))) + (defun chess-display-move (display ply &optional prev-pos pos) "Move a piece on DISPLAY, by applying the given PLY. The position of PLY must match the currently displayed position. -- cgit v1.2.3