summaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.c b/help.c
index 6dbd8cea..fe96b122 100644
--- a/help.c
+++ b/help.c
@@ -76,7 +76,7 @@ mutt_compile_help (char *buf, size_t buflen, int menu, struct mapping_t *items)
*pbuf++ = ' ';
buflen -= 2;
}
- mutt_make_help (pbuf, buflen, gettext(items[i].name), menu, items[i].value);
+ mutt_make_help (pbuf, buflen, _(items[i].name), menu, items[i].value);
len = strlen (pbuf);
pbuf += len;
buflen -= len;