diff --git a/Localization.lua b/Localization.lua index e57320e..c55276a 100644 --- a/Localization.lua +++ b/Localization.lua @@ -15,6 +15,7 @@ local localeText = { COST_FORMAT = "Cost: %s", TOTALCOST_FORMAT = "Total Cost: %s", TOTALSAVINGS_FORMAT = "Total Savings: %s", + TOTALSPENT_FORMAT = "Total Spent: %s", BROKER_HEADER_HIDDEN_FORMAT = "%s shown (%s total)", BROKER_HIDDEN_FORMAT = "And another %d that cost %s", BROKER_NOTHING = "Nothing left to learn!", diff --git a/WhatsTraining.lua b/WhatsTraining.lua index b82b44f..13e0531 100644 --- a/WhatsTraining.lua +++ b/WhatsTraining.lua @@ -91,6 +91,7 @@ local headers = { color = GRAY_FONT_COLOR_CODE, hideLevel = true, key = KNOWN_KEY, + costFormat = wt.L.TOTALSPENT_FORMAT, costColor = RED_FONT_COLOR_CODE, nameSort = true }, { @@ -98,6 +99,7 @@ local headers = { color = GRAY_FONT_COLOR_CODE, hideLevel = true, key = KNOWN_PET_KEY, + costFormat = wt.L.TOTALSPENT_FORMAT, costColor = RED_FONT_COLOR_CODE, nameSort = true }