comparison 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
comparison
equal deleted inserted replaced
66:8722807f7765 67:33d421188c8f
34 PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r" 34 PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r"
35 PM_COMMONTOGGLE = "|c00FFFFFF[Common]|r" 35 PM_COMMONTOGGLE = "|c00FFFFFF[Common]|r"
36 PM_POORTOGGLE = "|c009D9D9D[Poor]|r" 36 PM_POORTOGGLE = "|c009D9D9D[Poor]|r"
37 PM_SESSIONTOGGLE = "Default to Per-Session Display" 37 PM_SESSIONTOGGLE = "Default to Per-Session Display"
38 PM_PERCENTTOGGLE = "Show Percentage Results" 38 PM_PERCENTTOGGLE = "Show Percentage Results"
39 PM_NUMBERTOGGLE = "Show Number Results" 39 PM_NUMBERTOGGLE = "Show Numeric Results"
40 PM_ECONTOGGLE = "Show Economic Summary" 40 PM_ECONTOGGLE = "Show Economic Summary"
41 41
42 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame. 42 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame.
43 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame." 43 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame."
44 PM_EPICTOOLTIP = "Toggles the display of Epic quality results." 44 PM_EPICTOOLTIP = "Toggles the display of Epic quality results."
48 PM_POORTOOLTIP = "Toggles the display of Poor quality results." 48 PM_POORTOOLTIP = "Toggles the display of Poor quality results."
49 PM_SESSIONTOOLTIP = "Toggles the default tooltip display between Lifetime and Session Results. Holding Alt will temporarily display the alternative" 49 PM_SESSIONTOOLTIP = "Toggles the default tooltip display between Lifetime and Session Results. Holding Alt will temporarily display the alternative"
50 PM_PERCENTTOOLTIP = "Toggles the display of result percentages" 50 PM_PERCENTTOOLTIP = "Toggles the display of result percentages"
51 PM_NUMBERTOOLTIP = "Toggles the display of result totals" 51 PM_NUMBERTOOLTIP = "Toggles the display of result totals"
52 PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state" 52 PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state"
53 PM_ECONTOOLTOP = "Toggles the display of detailed market stats including, cost, return, net profit, and margin" 53 PM_ECONTOOLTIP = "Toggles the display of detailed market stats including, cost, return, net profit, and margin"