diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-20 09:33:09 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-20 09:33:09 +0000 |
commit | d21329461d237103fce4ab85c30231a79eb04014 (patch) | |
tree | 947f56751ce5e61cb408c461ba97c82cb9f24a77 /src | |
parent | 2341c900035a5947fea7539c011ff6173ddc80ce (diff) | |
download | calcurse-d21329461d237103fce4ab85c30231a79eb04014.tar.gz calcurse-d21329461d237103fce4ab85c30231a79eb04014.zip |
* french translation updated
* correction done in the '>' command help text
Diffstat (limited to 'src')
-rwxr-xr-x | src/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: help.c,v 1.25 2008/04/19 21:05:15 culot Exp $ */ +/* $calcurse: help.c,v 1.26 2008/04/20 09:33:09 culot Exp $ */ /* * Calcurse - text-based organizer @@ -442,7 +442,7 @@ help_screen (void) "attached to an item (an item which owns a note has a '>' sign in front\n" "of it). This command only permits to view the note, not to\n" "edit it (to do so, use the 'EditNote' command, using the 'N' key).\n" - "Once you highlighted an item with a note attached to it, and the 'N' key" + "Once you highlighted an item with a note attached to it, and the '>' key" "\nwas pressed, you will be driven to an external pager to view that " "note.\n" "The default pager is chosen the following way:\n" |