summaryrefslogtreecommitdiff
path: root/chess-ply.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-01 05:37:15 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-01 05:37:15 -0400
commit6fa65b1073f685b8d455c773de737d7f2bc42eba (patch)
treefac97746ba5c6f2869992aef1fede1c7517b90fa /chess-ply.el
parentff93c057732ec836a17aafe32d7875788f0b30fe (diff)
Simplified some error text.
Diffstat (limited to 'chess-ply.el')
-rw-r--r--chess-ply.el2
1 files changed, 1 insertions, 1 deletions
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)