Skip to content

Commit f6008eb

Browse files
pcloudsgitster
authored andcommitted
i18n: verify-tag: mark parseopt strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0a245e2 commit f6008eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/verify-tag.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "gpg-interface.h"
1515

1616
static const char * const verify_tag_usage[] = {
17-
"git verify-tag [-v|--verbose] <tag>...",
17+
N_("git verify-tag [-v|--verbose] <tag>..."),
1818
NULL
1919
};
2020

@@ -70,7 +70,7 @@ int cmd_verify_tag(int argc, const char **argv, const char *prefix)
7070
{
7171
int i = 1, verbose = 0, had_error = 0;
7272
const struct option verify_tag_options[] = {
73-
OPT__VERBOSE(&verbose, "print tag contents"),
73+
OPT__VERBOSE(&verbose, N_("print tag contents")),
7474
OPT_END()
7575
};
7676

0 commit comments

Comments
 (0)