From 6fa65b1073f685b8d455c773de737d7f2bc42eba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 1 Sep 2008 05:37:15 -0400 Subject: Simplified some error text. --- chess-ply.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-ply.el') diff --git a/chess-ply.el b/chess-ply.el index 02e1dd7..a4463a5 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -161,7 +161,7 @@ (chess-message-catalog 'english '((pawn-promote-query . "Promote to queen? ") - (ambiguous-promotion . "Promotion event without :promote keyword"))) + (ambiguous-promotion . "Promotion without :promote keyword"))) (defvar chess-ply-checking-mate nil) (defvar chess-ply-allow-interactive-query nil) -- cgit v1.2.3