From 20eaa312e6ae3e45ebe7e3577da4c0a410dc53a7 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 27 Mar 2015 13:25:34 +0100 Subject: [PATCH] localization: Fix inconsisitent case in the legend of History commands --- src/l10n/eng-USA.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index bbc9393d7..ffa9968c7 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -341,7 +341,7 @@ #define STRING_CMD_HISTORY_USAGE_A "Shows a report of task history, by year" #define STRING_CMD_HISTORY_AVERAGE "Average" #define STRING_CMD_HISTORY_LEGEND "Legend: {1}, {2}, {3}" -#define STRING_CMD_HISTORY_LEGEND_A "Legend: + added, X completed, - deleted" +#define STRING_CMD_HISTORY_LEGEND_A "Legend: + Added, X Completed, - Deleted" #define STRING_CMD_GHISTORY_USAGE_M "Shows a graphical report of task history, by month" #define STRING_CMD_GHISTORY_USAGE_A "Shows a graphical report of task history, by year" #define STRING_CMD_GHISTORY_YEAR "Year"