From: Nguyễn Thái Ngọc Duy Date: Mon, 20 Aug 2012 12:32:00 +0000 (+0700) Subject: i18n: cherry: mark parseopt strings for translation X-Git-Tag: v1.8.0-rc0~95^2~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=986d1bb87716d195d6e7e17e5d3233807e4d42ab;p=git.git i18n: cherry: mark parseopt strings for translation Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/builtin/log.c b/builtin/log.c index ecc279369..dcd3e13b6 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -1443,7 +1443,7 @@ static int add_pending_commit(const char *arg, struct rev_info *revs, int flags) } static const char * const cherry_usage[] = { - "git cherry [-v] [ [ []]]", + N_("git cherry [-v] [ [ []]]"), NULL }; @@ -1477,7 +1477,7 @@ int cmd_cherry(int argc, const char **argv, const char *prefix) struct option options[] = { OPT__ABBREV(&abbrev), - OPT__VERBOSE(&verbose, "be verbose"), + OPT__VERBOSE(&verbose, N_("be verbose")), OPT_END() };