Help page updated for the flag command

This commit is contained in:
Frederic Culot 2009-06-27 09:20:39 +00:00
parent e36039dd6c
commit 2da51e56a0
2 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,8 @@
2009-06-27 Frederic Culot <frederic@culot.org> 2009-06-27 Frederic Culot <frederic@culot.org>
* src/io.c: do not export completed tasks * src/io.c: do not export completed tasks
* src/help.c (help_screen): help page updated for the flag command
2009-06-26 Frederic Culot <frederic@culot.org> 2009-06-26 Frederic Culot <frederic@culot.org>

View File

@ -1,4 +1,4 @@
/* $calcurse: help.c,v 1.38 2009/01/04 10:22:10 culot Exp $ */ /* $calcurse: help.c,v 1.39 2009/06/27 09:20:39 culot Exp $ */
/* /*
* Calcurse - text-based organizer * Calcurse - text-based organizer
@ -634,10 +634,14 @@ help_screen (void)
hscr[HELP_FLAG].title = _("Flag Item\n"); hscr[HELP_FLAG].title = _("Flag Item\n");
(void)snprintf (hscr[HELP_FLAG].text, HELPTEXTSIZ, (void)snprintf (hscr[HELP_FLAG].text, HELPTEXTSIZ,
_("Toggle an appointment's 'important' flag.\n" _("Toggle an appointment's 'important' flag or a todo's 'completed' flag.\n"
"If an item is flagged as important, an exclamation mark appears in front" "If a todo is flagged as completed, its priority number will be replaced\n"
"\nof it, and you will be warned if time gets closed to the appointment\n" "by an 'X' sign. Completed tasks will no longer appear in exported data\n"
"start time.\n" "or when using the '-t' command line flag (unless specifying '0' as the\n"
"priority number, in which case only completed tasks will be shown).\n\n"
"If an appointment is flagged as important, an exclamation mark appears\n"
"in front of it, and you will be warned if time gets closed to the\n"
"appointment start time.\n"
"To customize the way one gets notified, the configuration submenu lets\n" "To customize the way one gets notified, the configuration submenu lets\n"
"you choose the command launched to warn user of an upcoming appointment," "you choose the command launched to warn user of an upcoming appointment,"
"\nand how long before it he gets notified.")); "\nand how long before it he gets notified."));