From: Vincent Lefevre Date: Fri, 18 Nov 2016 16:00:23 +0000 (+0100) Subject: Make a string translatable. X-Git-Tag: mutt-1-8-rel~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7911e4deaaede07730909754d320a3d791dc2911;p=mutt Make a string translatable. --- diff --git a/curs_main.c b/curs_main.c index 937edf26..7a1fd278 100644 --- a/curs_main.c +++ b/curs_main.c @@ -2215,7 +2215,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);