git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Translate git_more_info_string consistently
@ 2013-03-10 15:10 Kevin Bracey
  0 siblings, 0 replies; only message in thread
From: Kevin Bracey @ 2013-03-10 15:10 UTC (permalink / raw)
  To: git; +Cc: Kevin Bracey

"git help" translated the "See 'git help <command>' for more
information..." message, but "git" didn't.

Signed-off-by: Kevin Bracey <kevin@bracey.fi>
---
 git.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git.c b/git.c
index d33f9b3..e484644 100644
--- a/git.c
+++ b/git.c
@@ -536,7 +536,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];
-- 
1.8.2.rc3.8.g96befb6.dirty

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-10 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-10 15:10 [PATCH] Translate git_more_info_string consistently Kevin Bracey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).