src/help.c: Add missing _()

Add a missing gettext wrapper. This string should be translated.

Reported-by: rafael ff1 <rafael.f.f1@gmail.com>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-06-18 00:15:29 +02:00
parent 78c460a246
commit b8393ef948

View File

@ -96,7 +96,7 @@ static int
help_write_pad(struct window *win, char *title, char *text, enum key action)
{
int colnum, rownum;
const char *bindings_title = "key bindings: %s";
const char *bindings_title = _("key bindings: %s");
char *bindings;
colnum = 0;