summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-04-23 12:30:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-04-24 21:55:48 (GMT)
commit9665627d8cc6f0263f0019e92c67a38223804b57 (patch)
tree4dd51c94fb8ff8d794ed2b7c1603d58023efcd5d /git.c
parent7d29afd43cac38a332ef9fc176d11ec38d2569d4 (diff)
downloadgit-9665627d8cc6f0263f0019e92c67a38223804b57.zip
git-9665627d8cc6f0263f0019e92c67a38223804b57.tar.gz
git-9665627d8cc6f0263f0019e92c67a38223804b57.tar.bz2
i18n: help: mark strings for translation
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 <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index 3805616..4486deb 100644
--- a/git.c
+++ b/git.c
@@ -13,7 +13,7 @@ const char git_usage_string[] =
" <command> [<args>]";
const char git_more_info_string[] =
- "See 'git help <command>' for more information on a specific command.";
+ N_("See 'git help <command>' for more information on a specific command.");
static struct startup_info git_startup_info;
static int use_pager = -1;