From b8393ef9482850d638b71ccd3d6b1ef3803edfa9 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 18 Jun 2012 00:15:29 +0200 Subject: src/help.c: Add missing _() Add a missing gettext wrapper. This string should be translated. Reported-by: rafael ff1 Signed-off-by: Lukas Fleischer --- src/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3-54-g00ecf