aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-12-12 14:16:38 +0000
committerFrederic Culot <calcurse@culot.org>2006-12-12 14:16:38 +0000
commit9a58cd7b12737501a986a809ff0e56c62ab523ff (patch)
tree72f8a2705e8152b27e5fc12c6bc38417b158788d /src/help.c
parent7b412f030c6332d8052319f6b18839b8614ae463 (diff)
downloadcalcurse-9a58cd7b12737501a986a809ff0e56c62ab523ff.tar.gz
calcurse-9a58cd7b12737501a986a809ff0e56c62ab523ff.zip
help screen updated for repeat command
Diffstat (limited to 'src/help.c')
-rwxr-xr-xsrc/help.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/help.c b/src/help.c
index c120cce..f126914 100755
--- a/src/help.c
+++ b/src/help.c
@@ -1,4 +1,4 @@
-/* $calcurse: help.c,v 1.10 2006/12/10 14:50:53 culot Exp $ */
+/* $calcurse: help.c,v 1.11 2006/12/12 14:16:38 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -269,9 +269,12 @@ void help_screen(int which_pan, int colr)
" event or appointment. To indicate an endless \n"
" repetition, enter '0' and the item will be repeated\n"
" forever.\n"
- "\nNote: the 'Repeat' and 'Delete' command can be mixed to create\n"
- " complicated configurations, as it is possible to delete only\n"
- " one occurence of a repeated item.");
+ "\nNotes:\n"
+ " o repeated items are marked with an '*' inside the appointment\n"
+ " panel, to be easily recognizable from non-repeated ones.\n"
+ " o the 'Repeat' and 'Delete' command can be mixed to create\n"
+ " complicated configurations, as it is possible to delete only\n"
+ " one occurence of a repeated item.");
help_config.title = _("Config:\n");
help_config.text =