Translate git_more_info_string consistently
"git help" translated the "See 'git help <command>' for more information..." message, but "git" didn't. Signed-off-by: Kevin Bracey <kevin@bracey.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ca70c9ea72
commit
421a976945
2
git.c
2
git.c
@ -536,7 +536,7 @@ int main(int argc, const char **argv)
|
|||||||
commit_pager_choice();
|
commit_pager_choice();
|
||||||
printf("usage: %s\n\n", git_usage_string);
|
printf("usage: %s\n\n", git_usage_string);
|
||||||
list_common_cmds_help();
|
list_common_cmds_help();
|
||||||
printf("\n%s\n", git_more_info_string);
|
printf("\n%s\n", _(git_more_info_string));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
cmd = argv[0];
|
cmd = argv[0];
|
||||||
|
Reference in New Issue
Block a user