diff --git a/magit.el b/magit.el index af68ab59..002c8c5e 100644 --- a/magit.el +++ b/magit.el @@ -2965,7 +2965,7 @@ if any." (magit-run-git "rebase" (magit-rev-to-git rev)))) (let ((cursor-in-echo-area t) (message-log-max nil)) - (message "Rebase in progress. Abort, Skip, or Continue? ") + (message "Rebase in progress. [A]bort, [S]kip, or [C]ontinue? ") (let ((reply (read-event))) (case reply ((?A ?a)