- Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).
This commit is contained in:
Paul Beckingham 2012-04-11 07:43:05 -04:00
parent dd989be887
commit c51b472694
3 changed files with 3 additions and 1 deletions

View file

@ -634,7 +634,7 @@
#define STRING_EDIT_BG_DEL "Background color removed."
// These four blocks can be replaced, but the number of lines must not change.
#define STRING_EDIT_HEADER_1 "The 'task edit <id>' command allows you to modify all aspects of a task"
#define STRING_EDIT_HEADER_1 "The 'task <id> edit' command allows you to modify all aspects of a task"
#define STRING_EDIT_HEADER_2 "using a text editor. Below is a representation of all the task details."
#define STRING_EDIT_HEADER_3 "Modify what you wish, and when you save and quit your editor,"
#define STRING_EDIT_HEADER_4 "taskwarrior will read this file, determine what changed, and apply"