aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-10-05 11:32:26 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2011-10-06 12:37:07 +0200
commit9fa0507ef256e46507167a9860b59037a61eefb8 (patch)
treea63bdf41c60a321a8fcea939e5c25ed5c3bbe49c /src
parent6e5ae6562dae8fa868f88cfa024c327476b1a530 (diff)
downloadcalcurse-9fa0507ef256e46507167a9860b59037a61eefb8.tar.gz
calcurse-9fa0507ef256e46507167a9860b59037a61eefb8.zip
src/help.c: Update messages referring to durations
Fix help texts to vaguely match the new duration string formats. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src')
-rw-r--r--src/help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/help.c b/src/help.c
index 86611ca..88b23d6 100644
--- a/src/help.c
+++ b/src/help.c
@@ -520,9 +520,9 @@ help_screen (void)
"and\njust fill in the event description.\n"
"To enter a new appointment to be added in the APPOINTMENT list, you\n"
"will need to enter successively the time at which the appointment\n"
- "begins, the appointment length (either by specifying the duration in\n"
- "minutes, or the end time in [hh:mm] or [h:mm] format), and the\n"
- "description of the event.\n"
+ "begins, the appointment length (either by specifying the end time in\n"
+ "[hh:mm] or the duration in [+hh:mm], [+xxdxxhxxm] or [+mm] format), \n"
+ "and the description of the event.\n"
"\nThe day at which occurs the event or appointment is the day currently"
"\nselected in the calendar, so you need to move to the desired day "
"before\npressing '%s'.\n" "\nNotes:\n"