From c51b47269418ff975f111bc36714371a1db7b269 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 11 Apr 2012 07:43:05 -0400 Subject: [PATCH] Bug #968 - Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman). --- AUTHORS | 1 + ChangeLog | 1 + src/en-US.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index ec985878a..7f348be8a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -131,4 +131,5 @@ suggestions: Tuomas Toivola Adam Gibbins Ali Mousavi + Victor Roetman diff --git a/ChangeLog b/ChangeLog index 987fe7893..cfb8c6a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/en-US.h b/src/en-US.h index 109a79da6..7e4b4b6c8 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -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 ' command allows you to modify all aspects of a task" +#define STRING_EDIT_HEADER_1 "The 'task 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"