Skip to content

Commit a1c8044

Browse files
alexhenriegitster
authored andcommitted
unpack-trees: do not capitalize "working"
In English, only proper nouns are capitalized. Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1c67d53 commit a1c8044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unpack-trees.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ void setup_unpack_trees_porcelain(struct unpack_trees_options *opts,
123123
msgs[ERROR_SPARSE_NOT_UPTODATE_FILE] =
124124
_("Cannot update sparse checkout: the following entries are not up-to-date:\n%s");
125125
msgs[ERROR_WOULD_LOSE_ORPHANED_OVERWRITTEN] =
126-
_("The following Working tree files would be overwritten by sparse checkout update:\n%s");
126+
_("The following working tree files would be overwritten by sparse checkout update:\n%s");
127127
msgs[ERROR_WOULD_LOSE_ORPHANED_REMOVED] =
128-
_("The following Working tree files would be removed by sparse checkout update:\n%s");
128+
_("The following working tree files would be removed by sparse checkout update:\n%s");
129129

130130
opts->show_all_errors = 1;
131131
/* rejected paths may not have a static buffer */

0 commit comments

Comments
 (0)