From 254bce5dc2c374c5db96d9addaee54d59cec8d15 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 10 Jul 2011 13:21:15 -0400 Subject: [PATCH] I18N - Forgot to modify a string. --- src/en-US.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en-US.h b/src/en-US.h index 6cd0668bb..2867c9fa9 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -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."