From 9665627d8cc6f0263f0019e92c67a38223804b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Mon, 23 Apr 2012 19:30:24 +0700 Subject: i18n: help: mark strings for translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch also marks most common commands' synopsis for translation so that "git help" gives a friendly listing. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.c') diff --git a/git.c b/git.c index 3805616630..4486debf7d 100644 --- a/git.c +++ b/git.c @@ -13,7 +13,7 @@ const char git_usage_string[] = " []"; const char git_more_info_string[] = - "See 'git help ' for more information on a specific command."; + N_("See 'git help ' for more information on a specific command."); static struct startup_info git_startup_info; static int use_pager = -1; -- cgit v1.2.1