Fix a couple of translatable strings
* Remove space before punctuation. * Use "TODO" instead of "ToDo". * Strip some formats to make sure lines are <=80 characters wide. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -254,7 +254,7 @@ static void wins_init_panels(void)
|
||||
|
||||
win[TOD].p =
|
||||
newwin(win[TOD].h, win[TOD].w, win[TOD].y, win[TOD].x);
|
||||
wins_show(win[TOD].p, _("ToDo"));
|
||||
wins_show(win[TOD].p, _("TODO"));
|
||||
|
||||
/* Enable function keys (i.e. arrow keys) in those windows */
|
||||
keypad(win[CAL].p, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user