From: Matthias Ruester Date: Sun, 14 Sep 2014 22:40:53 +0000 (+0200) Subject: rerere.h: mark string for translation X-Git-Tag: v2.2.0-rc0~99^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3424a02252270c40963304672ce93d75c4cdf544 rerere.h: mark string for translation Signed-off-by: Matthias Ruester Signed-off-by: Junio C Hamano --- 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