localization: Fix inconsisitent case in the legend of History commands

This commit is contained in:
Tomas Babej 2015-03-27 13:25:34 +01:00 committed by Paul Beckingham
parent fdb22ad341
commit 20eaa312e6

View file

@ -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"