- Implemented UDAs in the 'edit' command for all four UDA data types.
This commit is contained in:
Paul Beckingham
2012-07-16 00:16:36 -04:00
parent 1d593c39e0
commit 57aa2de98c
5 changed files with 109 additions and 5 deletions

View File

@@ -654,6 +654,8 @@
#define STRING_EDIT_FG_DEL "Foreground color removed."
#define STRING_EDIT_BG_MOD "Background color modified."
#define STRING_EDIT_BG_DEL "Background color removed."
#define STRING_EDIT_UDA_MOD "UDA {1} modified."
#define STRING_EDIT_UDA_DEL "UDA {1} deleted."
// These four blocks can be replaced, but the number of lines must not change.
#define STRING_EDIT_HEADER_1 "The 'task <id> edit' command allows you to modify all aspects of a task"