diff options
| -rw-r--r-- | chess-algebraic.el | 2 | ||||
| -rw-r--r-- | chess-ply.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chess-algebraic.el b/chess-algebraic.el index af2f898..e58063a 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -129,7 +129,7 @@ This regexp handles both long and short form.") (condition-case err (apply 'chess-ply-create position trust changes) (error - (error "Error in algebraic move '%s': %s" + (error "In algebraic move '%s': %s" move (error-message-string err))))))))) (defun chess-ply--move-text (ply long) 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) |
