From 3424a02252270c40963304672ce93d75c4cdf544 Mon Sep 17 00:00:00 2001 From: Matthias Ruester Date: Mon, 15 Sep 2014 00:40:53 +0200 Subject: rerere.h: mark string for translation Signed-off-by: Matthias Ruester Signed-off-by: Junio C Hamano --- rerere.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rerere.h') diff --git a/rerere.h b/rerere.h index 4aa06c9a51..2956c2edf2 100644 --- a/rerere.h +++ b/rerere.h @@ -24,6 +24,6 @@ extern void rerere_clear(struct string_list *); extern void rerere_gc(struct string_list *); #define OPT_RERERE_AUTOUPDATE(v) OPT_UYN(0, "rerere-autoupdate", (v), \ - "update the index with reused conflict resolution if possible") + N_("update the index with reused conflict resolution if possible")) #endif -- cgit v1.2.3