Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
i18n: verify-tag: mark parseopt strings for translation
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 20 Aug 2012 12:32:52 +0000
(19:32 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 22 Aug 2012 17:58:29 +0000
(10:58 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/verify-tag.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0a245e2
)
diff --git
a/builtin/verify-tag.c
b/builtin/verify-tag.c
index 986789f706911d122e24b0d784ab193e2ec3b74b..a8eee886a5281965a0660308df9e94d14c1cb2b8 100644
(file)
--- a/
builtin/verify-tag.c
+++ b/
builtin/verify-tag.c
@@
-14,7
+14,7
@@
#include "gpg-interface.h"
static const char * const verify_tag_usage[] = {
-
"git verify-tag [-v|--verbose] <tag>..."
,
+
N_("git verify-tag [-v|--verbose] <tag>...")
,
NULL
};
@@
-70,7
+70,7
@@
int cmd_verify_tag(int argc, const char **argv, const char *prefix)
{
int i = 1, verbose = 0, had_error = 0;
const struct option verify_tag_options[] = {
- OPT__VERBOSE(&verbose,
"print tag contents"
),
+ OPT__VERBOSE(&verbose,
N_("print tag contents")
),
OPT_END()
};