]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-send-email.perl
gitweb: correct month in date display for atom feeds
[git.git] / git-send-email.perl
index 9547cc37a1c4fd326876e26b081bc6d6a5141ce6..8760cf88a5fe52723297eda1b4db54d6e97d50bb 100755 (executable)
@@ -303,7 +303,7 @@ sub expand_aliases {
 
 if (!defined $initial_subject && $compose) {
        do {
-               $_ = $term->readline("What subject should the emails start with? ",
+               $_ = $term->readline("What subject should the initial email start with? ",
                        $initial_subject);
        } while (!defined $_);
        $initial_subject = $_;