unpack-trees: do not capitalize "working"
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 8 Sep 2016 04:34:53 +0000 (22:34 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Sep 2016 19:17:23 +0000 (12:17 -0700)
In English, only proper nouns are capitalized.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c
index 11c37fbc583f6867ed97eac2ee8d42ae689db71c..c87a90a08d7d56db2a64a7a42cdd365373557624 100644 (file)
@@ -123,9 +123,9 @@ void setup_unpack_trees_porcelain(struct unpack_trees_options *opts,
        msgs[ERROR_SPARSE_NOT_UPTODATE_FILE] =
                _("Cannot update sparse checkout: the following entries are not up-to-date:\n%s");
        msgs[ERROR_WOULD_LOSE_ORPHANED_OVERWRITTEN] =
-               _("The following Working tree files would be overwritten by sparse checkout update:\n%s");
+               _("The following working tree files would be overwritten by sparse checkout update:\n%s");
        msgs[ERROR_WOULD_LOSE_ORPHANED_REMOVED] =
-               _("The following Working tree files would be removed by sparse checkout update:\n%s");
+               _("The following working tree files would be removed by sparse checkout update:\n%s");
 
        opts->show_all_errors = 1;
        /* rejected paths may not have a static buffer */