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:
Lukas Fleischer
2013-05-14 11:50:28 +02:00
parent 616677fb34
commit a3d43ead87
7 changed files with 28 additions and 28 deletions

View File

@@ -115,7 +115,7 @@ static inline void key_view_item(void)
day_popup_item(day_get_item(ui_day_hilt()));
else if ((wins_slctd() == TOD) && (ui_todo_hilt() != 0))
item_in_popup(NULL, NULL, ui_todo_saved_mesg(),
_("To do :"));
_("TODO:"));
wins_update(FLAG_ALL);
}
@@ -476,7 +476,7 @@ static inline void key_generic_quit(void)
note_gc();
if (conf.confirm_quit) {
if (status_ask_bool(_("Do you really want to quit ?")) ==
if (status_ask_bool(_("Do you really want to quit?")) ==
1) {
exit_calcurse(EXIT_SUCCESS);
} else {