aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-05-14 11:50:28 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-05-14 12:03:04 +0200
commita3d43ead87a742e6c1ffa24c9528608cc68c7e52 (patch)
treeb2bed4578c8c44c961517a007061fd1da6018ec5 /src/help.c
parent616677fb347607a84d4879d78d0a2dc8e1bc3f91 (diff)
downloadcalcurse-a3d43ead87a742e6c1ffa24c9528608cc68c7e52.tar.gz
calcurse-a3d43ead87a742e6c1ffa24c9528608cc68c7e52.zip
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>
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/help.c b/src/help.c
index b4dcb07..b1c50b3 100644
--- a/src/help.c
+++ b/src/help.c
@@ -491,9 +491,9 @@ void help_screen(void)
hscr[HELP_DELETE].title = _("Delete\n");
snprintf(hscr[HELP_DELETE].text, HELPTEXTSIZ,
- _("Delete an element in the ToDo or Appointment list.\n"
+ _("Delete an element in the TODO or Appointment list.\n"
"\nDepending on which panel is selected when you press the delete key,\n"
- "the hilighted item of either the ToDo or Appointment list will be \n"
+ "the hilighted item of either the TODO or Appointment list will be \n"
"removed from this list.\n"
"\nIf the item to be deleted is recurrent, you will be asked if you\n"
"wish to suppress all of the item occurences or just the one you\n"
@@ -505,7 +505,7 @@ void help_screen(void)
hscr[HELP_ADD].title = _("Add\n");
snprintf(hscr[HELP_ADD].text, HELPTEXTSIZ,
- _("Add an item in either the ToDo or Appointment list, depending on which\n"
+ _("Add an item in either the TODO or Appointment list, depending on which\n"
"panel is selected when you press '%s'.\n"
"\nTo enter a new item in the TODO list, you will need first to enter the"
"\ndescription of this new item. Then you will be asked to specify the "
@@ -610,7 +610,7 @@ void help_screen(void)
hscr[HELP_PRIORITY].title = _("Priority\n");
snprintf(hscr[HELP_PRIORITY].text, HELPTEXTSIZ,
- _("Change the priority of the currently selected item in the ToDo list.\n"
+ _("Change the priority of the currently selected item in the TODO list.\n"
"Priorities are represented by the number appearing in front of the\n"
"todo description. This number goes from 9 for the lowest priority to\n"
"1 for the highest priority.\n"
@@ -692,7 +692,7 @@ void help_screen(void)
" you resize your terminal screen or when\n"
" garbage appears inside the display\n"
" '%s' : Add Appointment -> add an appointment or an event\n"
- " '%s' : Add ToDo -> add a todo\n"
+ " '%s' : Add TODO -> add a todo\n"
" '%s' : -1 Day -> move to previous day\n"
" '%s' : +1 Day -> move to next day\n"
" '%s' : -1 Week -> move to previous week\n"