From 47f17dcac87ae9f37687db9cc2157363fa1da006 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Fri, 18 Nov 2016 17:00:23 +0100 Subject: [PATCH] Make a string translatable. --- curs_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curs_main.c b/curs_main.c index 603a09925..1386f0522 100644 --- a/curs_main.c +++ b/curs_main.c @@ -2903,7 +2903,7 @@ int mutt_index_menu (void) char buf[128]; buf[0] = '\0'; - if (!mutt_get_field ("Enter macro stroke: ", buf, sizeof(buf), + if (!mutt_get_field (_("Enter macro stroke: "), buf, sizeof(buf), MUTT_CLEAR) && buf[0]) { snprintf(str, sizeof(str), "%s%s", MarkMacroPrefix, buf); -- 2.40.0