]> granicus.if.org Git - mutt/commitdiff
Make a string translatable.
authorVincent Lefevre <vincent@vinc17.net>
Fri, 18 Nov 2016 16:00:23 +0000 (17:00 +0100)
committerVincent Lefevre <vincent@vinc17.net>
Fri, 18 Nov 2016 16:00:23 +0000 (17:00 +0100)
curs_main.c

index 937edf26a2b9e3c0520b00a71d6f75e230110793..7a1fd2786ca1eeed2c85301b6df62eb156034de1 100644 (file)
@@ -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);