CmdPurge: Add initial implementation

This commit is contained in:
Tomas Babej 2016-03-19 21:18:41 +01:00 committed by Paul Beckingham
parent 96d6fb145f
commit 1caa9daec0
5 changed files with 126 additions and 0 deletions

View file

@ -396,6 +396,8 @@
#define STRING_CMD_DUPLICATE_1 "Duplicated {1} task."
#define STRING_CMD_DUPLICATE_N "Duplicated {1} tasks."
#define STRING_CMD_PURGE_USAGE "Removes the specified task from the data files. Causes permanent loss of data."
#define STRING_CMD_START_USAGE "Marks specified task as started"
#define STRING_CMD_START_NO "Task not started."
#define STRING_CMD_START_ALREADY "Task {1} '{2}' already started."