From d2d1bd87fd444b948f5db6af1b4c41c90858e6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 17 May 2010 04:10:49 +0800 Subject: [PATCH] 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. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 2d201cc2..5a1e572e 100644 --- a/magit.el +++ b/magit.el @@ -3242,7 +3242,7 @@ Tag will point to the current 'HEAD'. (defun magit-annotated-tag (name) "Start composing an annotated tag with the given NAME. Tag will point to the current 'HEAD'." - (interactive "sNew tag name: ") + (interactive "sNew annotated tag name: ") (magit-log-edit-set-field 'tag name) (magit-pop-to-log-edit "tag"))