mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #968
- Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).
This commit is contained in:
parent
dd989be887
commit
c51b472694
3 changed files with 3 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -131,4 +131,5 @@ suggestions:
|
||||||
Tuomas Toivola
|
Tuomas Toivola
|
||||||
Adam Gibbins
|
Adam Gibbins
|
||||||
Ali Mousavi
|
Ali Mousavi
|
||||||
|
Victor Roetman
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ Features
|
||||||
Bugs
|
Bugs
|
||||||
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels
|
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels
|
||||||
(thanks to Ali Mousavi).
|
(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).
|
+ Fixed grammar in feedback string (thanks to Uli Martens).
|
||||||
+ Addressed valgrind complaints (thanks to Bryce Harrington).
|
+ Addressed valgrind complaints (thanks to Bryce Harrington).
|
||||||
+ Removed default configuration value for the obsolete 'annotations' setting.
|
+ Removed default configuration value for the obsolete 'annotations' setting.
|
||||||
|
|
|
@ -634,7 +634,7 @@
|
||||||
#define STRING_EDIT_BG_DEL "Background color removed."
|
#define STRING_EDIT_BG_DEL "Background color removed."
|
||||||
|
|
||||||
// These four blocks can be replaced, but the number of lines must not change.
|
// 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_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_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"
|
#define STRING_EDIT_HEADER_4 "taskwarrior will read this file, determine what changed, and apply"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue