Mercurial > wow > prospect-me
diff localization.lua @ 67:33d421188c8f v2.7.1.3
Minor bugfix for the configuration window and economics tooltip (thanks Aisenfaire for reporting)
author | Vynn <mischivin@gmail.com> |
---|---|
date | Fri, 20 Jan 2017 00:09:28 -0500 |
parents | ef591210a1e4 |
children |
line wrap: on
line diff
--- a/localization.lua Mon Dec 26 00:42:48 2016 -0500 +++ b/localization.lua Fri Jan 20 00:09:28 2017 -0500 @@ -36,7 +36,7 @@ PM_POORTOGGLE = "|c009D9D9D[Poor]|r" PM_SESSIONTOGGLE = "Default to Per-Session Display" PM_PERCENTTOGGLE = "Show Percentage Results" -PM_NUMBERTOGGLE = "Show Number Results" +PM_NUMBERTOGGLE = "Show Numeric Results" PM_ECONTOGGLE = "Show Economic Summary" -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame. @@ -50,4 +50,4 @@ PM_PERCENTTOOLTIP = "Toggles the display of result percentages" PM_NUMBERTOOLTIP = "Toggles the display of result totals" PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state" -PM_ECONTOOLTOP = "Toggles the display of detailed market stats including, cost, return, net profit, and margin" \ No newline at end of file +PM_ECONTOOLTIP = "Toggles the display of detailed market stats including, cost, return, net profit, and margin" \ No newline at end of file