Skip to content

Commit 0ff07f2

Browse files
pcloudsgitster
authored andcommitted
i18n: rerere: mark parseopt strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f227631 commit 0ff07f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/rerere.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "xdiff-interface.h"
99

1010
static const char * const rerere_usage[] = {
11-
"git rerere [clear | forget path... | status | remaining | diff | gc]",
11+
N_("git rerere [clear | forget path... | status | remaining | diff | gc]"),
1212
NULL,
1313
};
1414

@@ -53,7 +53,7 @@ int cmd_rerere(int argc, const char **argv, const char *prefix)
5353

5454
struct option options[] = {
5555
OPT_SET_INT(0, "rerere-autoupdate", &autoupdate,
56-
"register clean resolutions in index", 1),
56+
N_("register clean resolutions in index"), 1),
5757
OPT_END(),
5858
};
5959

0 commit comments

Comments
 (0)