summaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2016-09-08 04:34:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-09-08 19:17:23 (GMT)
commita1c8044662947caeefc9d8f5c31dc77548d81cb4 (patch)
treeb23c22a68d517b54f5bf3af9625ef0c2f9382819 /unpack-trees.c
parent1c67d534d9d807639a505835eb3505b103426b47 (diff)
downloadgit-a1c8044662947caeefc9d8f5c31dc77548d81cb4.zip
git-a1c8044662947caeefc9d8f5c31dc77548d81cb4.tar.gz
git-a1c8044662947caeefc9d8f5c31dc77548d81cb4.tar.bz2
unpack-trees: do not capitalize "working"
In English, only proper nouns are capitalized. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
-rw-r--r--unpack-trees.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index 11c37fb..c87a90a 100644
--- a/unpack-trees.c
+++ b/unpack-trees.c
@@ -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 */