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:
parent
78c460a246
commit
b8393ef948
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user