]> granicus.if.org Git - neomutt/commitdiff
Make a string translatable.
authorVincent Lefevre <vincent@vinc17.net>
Fri, 18 Nov 2016 16:00:23 +0000 (17:00 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 19:28:14 +0000 (19:28 +0000)
curs_main.c

index 603a09925380e44953389d5dac6bbb93934afcc1..1386f05225f3941df2c1eb3db7748a8519d282ad 100644 (file)
@@ -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);