Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
i18n: notes: mark options for translation
author
Vasco Almeida
<vascomalmeida@sapo.pt>
Fri, 17 Jun 2016 20:21:15 +0000
(20:21 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 17 Jun 2016 22:45:49 +0000
(15:45 -0700)
Mark options description of git prune for translation.
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/notes.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
5313827
)
diff --git
a/builtin/notes.c
b/builtin/notes.c
index d11e6eb531a91a0c98e7c7f9feade4324179b314..05720517628270669d9e231c2030befd2d6325f6 100644
(file)
--- a/
builtin/notes.c
+++ b/
builtin/notes.c
@@
-934,8
+934,8
@@
static int prune(int argc, const char **argv, const char *prefix)
struct notes_tree *t;
int show_only = 0, verbose = 0;
struct option options[] = {
struct notes_tree *t;
int show_only = 0, verbose = 0;
struct option options[] = {
- OPT__DRY_RUN(&show_only,
"do not remove, show only"
),
- OPT__VERBOSE(&verbose,
"report pruned notes"
),
+ OPT__DRY_RUN(&show_only,
N_("do not remove, show only")
),
+ OPT__VERBOSE(&verbose,
N_("report pruned notes")
),
OPT_END()
};
OPT_END()
};