aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
diff options
context:
space:
mode:
authorBaptiste Jonglez <baptiste@jonglez.org>2012-01-06 23:49:52 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2012-01-07 12:30:56 +0100
commit7850f6ddf118abdb6e494b1c240776227d65cf54 (patch)
tree0e8c899947b8f00aad0baa8affeaaf88255029a3 /src/apoint.c
parent71e05b1dcf8a2ae47d59af8ab6e976a900ab9dc2 (diff)
downloadcalcurse-7850f6ddf118abdb6e494b1c240776227d65cf54.tar.gz
calcurse-7850f6ddf118abdb6e494b1c240776227d65cf54.zip
src/apoint.c: Update in-notify-bar help for new duration syntax
Signed-off-by: Baptiste Jonglez <baptiste@jonglez.org> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/apoint.c')
-rw-r--r--src/apoint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apoint.c b/src/apoint.c
index aa2a516..4796ae9 100644
--- a/src/apoint.c
+++ b/src/apoint.c
@@ -158,12 +158,12 @@ apoint_add (void)
char *mesg_1 =
_("Enter start time ([hh:mm]), leave blank for an all-day event : ");
char *mesg_2 =
- _("Enter end time ([hh:mm]) or duration ([+hh:mm]) : ");
+ _("Enter end time ([hh:mm]) or duration ([+hh:mm], [+xxxdxxhxxm] or [+mm]) : ");
char *mesg_3 = _("Enter description :");
char *format_message_1 =
_("You entered an invalid start time, should be [hh:mm]");
char *format_message_2 =
- _("You entered an invalid end time, should be [hh:mm], [+hh:mm] or [+mm]");
+ _("Invalid end time/duration, should be [hh:mm], [+hh:mm], [+xxxdxxhxxm] or [+mm]");
char *enter_str = _("Press [Enter] to continue");
int Id = 1;
char item_time[LDUR] = "";