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>
This commit is contained in:
Baptiste Jonglez 2012-01-06 23:49:52 +01:00 committed by Lukas Fleischer
parent 71e05b1dcf
commit 7850f6ddf1

View File

@ -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] = "";