Signed-off-by: Matthias Ruester <matthias.ruester@xxxxxxxxx> --- rerere.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rerere.h b/rerere.h index 4aa06c9..2956c2e 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 -- 2.1.0.240.g37ca4a2.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html