From 8e5dd60687450d2172f155316b243813a8418c81 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 3 Dec 2012 00:20:38 -0500 Subject: [PATCH] Code Cleanup - Some typos for the English localization suggested by Fidel Mato. --- 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 ce24810d4..2374fe199 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -720,13 +720,13 @@ #define STRING_FEEDBACK_WAS_NOP "No changes made." #define STRING_FEEDBACK_TAG_NOCOLOR "The 'nocolor' special tag will disable color rules for this task." #define STRING_FEEDBACK_TAG_NONAG "The 'nonag' special tag will prevent nagging when this task is modified." -#define STRING_FEEDBACK_TAG_NOCAL "The 'nocal' special tag will keep this task off the calendar report." +#define STRING_FEEDBACK_TAG_NOCAL "The 'nocal' special tag will keep this task off the 'calendar' report." #define STRING_FEEDBACK_TAG_NEXT "The 'next' special tag will boost the urgency of this task so it appears on the 'next' report." #define STRING_FEEDBACK_UNBLOCKED "Unblocked {1} '{2}'." #define STRING_FEEDBACK_EXPIRED "Task {1} '{2}' expired and was deleted." // File -#define STRING_FILE_PERMS "Task does not have the correct permissions for '{1}'." +#define STRING_FILE_PERMS "Taskwarrior does not have the correct permissions for '{1}'." // helpers #define STRING_HELPER_PROJECT_CHANGE "The project '{1}' has changed."