aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
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;