Say "New annotated tag name" not "New tag name" on T

This distinguishes t from T. Sometimes you press one and aren't sure
if you got it right.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-05-17 04:10:49 +08:00 committed by Phil Jakckson
parent aa33f2f6a7
commit d2d1bd87fd

View file

@ -3242,7 +3242,7 @@ Tag will point to the current 'HEAD'.
(defun magit-annotated-tag (name) (defun magit-annotated-tag (name)
"Start composing an annotated tag with the given NAME. "Start composing an annotated tag with the given NAME.
Tag will point to the current 'HEAD'." Tag will point to the current 'HEAD'."
(interactive "sNew tag name: ") (interactive "sNew annotated tag name: ")
(magit-log-edit-set-field 'tag name) (magit-log-edit-set-field 'tag name)
(magit-pop-to-log-edit "tag")) (magit-pop-to-log-edit "tag"))