Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Translate git_more_info_string consistently
  • Loading branch information
Junio C Hamano committed Mar 11, 2013
2 parents 407929c + 421a976 commit 0c91a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ int main(int argc, const char **argv)
commit_pager_choice();
printf("usage: %s\n\n", git_usage_string);
list_common_cmds_help();
printf("\n%s\n", git_more_info_string);
printf("\n%s\n", _(git_more_info_string));
exit(1);
}
cmd = argv[0];
Expand Down

0 comments on commit 0c91a6f

Please sign in to comment.