- Forgot to modify a string.
This commit is contained in:
Paul Beckingham 2011-07-10 13:21:15 -04:00
parent d33de00eac
commit 254bce5dc2

View file

@ -285,8 +285,8 @@
#define STRING_CMD_XPEND_NEED_TEXT "Additional text must be provided."
#define STRING_CMD_ANNO_USAGE "Adds an annotation to an existing task."
#define STRING_CMD_ANNO_DONE "Annotated {1} '{2}'"
#define STRING_CMD_ANNO_SUMMARY "Prepended {1} task."
#define STRING_CMD_ANNO_SUMMARY_N "Prepended {1} tasks."
#define STRING_CMD_ANNO_SUMMARY "Annotated {1} task."
#define STRING_CMD_ANNO_SUMMARY_N "Annotated {1} tasks."
// Config
#define STRING_CONFIG_OVERNEST "Configuration file nested to more than 10 levels deep - this has to be a mistake."