diff --git a/src/help.c b/src/help.c index c61a4e0..84abdd5 100644 --- a/src/help.c +++ b/src/help.c @@ -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;