From 7850f6ddf118abdb6e494b1c240776227d65cf54 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Fri, 6 Jan 2012 23:49:52 +0100 Subject: src/apoint.c: Update in-notify-bar help for new duration syntax Signed-off-by: Baptiste Jonglez Signed-off-by: Lukas Fleischer --- src/apoint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/apoint.c') 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] = ""; -- cgit v1.2.3-54-g00ecf