summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>2017-09-13 13:05:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-15 03:34:33 (GMT)
commit8c4b1a3593fca2a5315aa5a266fb11d5bdb78330 (patch)
tree9c7f386e2461af3bbafbadfaa0041e14413d3aa5 /wt-status.c
parent94c9fd268d4287f6fbfef84793288479905a7e48 (diff)
downloadgit-8c4b1a3593fca2a5315aa5a266fb11d5bdb78330.zip
git-8c4b1a3593fca2a5315aa5a266fb11d5bdb78330.tar.gz
git-8c4b1a3593fca2a5315aa5a266fb11d5bdb78330.tar.bz2
commit-template: change a message to be more intuitive
It's not good to use the phrase 'do not touch' to convey the information that the cut-line should not be modified or removed as it could possibly be mis-interpreted by a person who doesn't know that the word 'touch' has the meaning of 'tamper with'. Further, it could make translations a little difficult as it might not have the intended meaning in a few languages when translated as such. So, use more intuitive terms in the sentence. Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com> Helped-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.c b/wt-status.c
index 77c27c5..23e87e7 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -934,7 +934,7 @@ size_t wt_status_locate_end(const char *s, size_t len)
void wt_status_add_cut_line(FILE *fp)
{
- const char *explanation = _("Do not touch the line above.\nEverything below will be removed.");
+ const char *explanation = _("Do not modify or remove the line above.\nEverything below it will be ignored.");
struct strbuf buf = STRBUF_INIT;
fprintf(fp, "%c %s", comment_line_char, cut_line);