From: Alex Henrie Date: Thu, 8 Sep 2016 04:34:53 +0000 (-0600) Subject: unpack-trees: do not capitalize "working" X-Git-Tag: v2.10.1~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1c8044662947caeefc9d8f5c31dc77548d81cb4;p=thirdparty%2Fgit.git unpack-trees: do not capitalize "working" In English, only proper nouns are capitalized. Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- diff --git a/unpack-trees.c b/unpack-trees.c index 11c37fbc58..c87a90a08d 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 */