Bug #968
- Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -131,4 +131,5 @@ suggestions:
|
||||
Tuomas Toivola
|
||||
Adam Gibbins
|
||||
Ali Mousavi
|
||||
Victor Roetman
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ Features
|
||||
Bugs
|
||||
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels
|
||||
(thanks to Ali Mousavi).
|
||||
+ Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).
|
||||
+ Fixed grammar in feedback string (thanks to Uli Martens).
|
||||
+ Addressed valgrind complaints (thanks to Bryce Harrington).
|
||||
+ Removed default configuration value for the obsolete 'annotations' setting.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user