t/3512: demonstrate unrelated submodule/file conflict as cherry-pick failure
[gitweb.git] / wt-status.c
index c97282cf5acd2e2d1351385c32810e96b820b96b..29bc64cc0280675065142bac257930904216d415 100644 (file)
@@ -932,7 +932,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);