From 62b72e3572f14dcca57457615be1344a320dce67 Mon Sep 17 00:00:00 2001 From: Mark Whalley Date: Fri, 24 Nov 2023 16:39:04 +0000 Subject: [PATCH] Revert "Update constants.cpp" --- src/constants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.cpp b/src/constants.cpp index b2e044db93..3c611094a4 100644 --- a/src/constants.cpp +++ b/src/constants.cpp @@ -205,7 +205,7 @@ const wxString VIEW_TRANS_LAST_YEAR_STR = wxTRANSLATE("View Last Year"); const wxString VIEW_TRANS_LAST_FIN_YEAR_STR = wxTRANSLATE("View Last Financial Year"); const wxString VIEW_TRANS_SINCE_STATEMENT_STR = wxTRANSLATE("View Since Statement Date"); -const wxString VIEW_ACCOUNTS_ALL_STR = wxTRANSLATE("All"); +const wxString VIEW_ACCOUNTS_ALL_STR = wxTRANSLATE("ALL"); const wxString VIEW_ACCOUNTS_OPEN_STR = wxTRANSLATE("Open"); const wxString VIEW_ACCOUNTS_CLOSED_STR = wxTRANSLATE("Closed"); const wxString VIEW_ACCOUNTS_FAVORITES_STR = wxTRANSLATE("Favorites");