Skip to content

Commit 0c91a6f

Browse files
committed
Merge branch 'maint'
* maint: Translate git_more_info_string consistently
2 parents 407929c + 421a976 commit 0c91a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ int main(int argc, const char **argv)
545545
commit_pager_choice();
546546
printf("usage: %s\n\n", git_usage_string);
547547
list_common_cmds_help();
548-
printf("\n%s\n", git_more_info_string);
548+
printf("\n%s\n", _(git_more_info_string));
549549
exit(1);
550550
}
551551
cmd = argv[0];

0 commit comments

Comments
 (0)