Mercurial > wow > prospect-me
diff localization.lua @ 49:9dae86337a41
Merge Prospect Me v2 Branch to default
author | Vynn <mischivin@gmail.com> |
---|---|
date | Thu, 17 Nov 2016 16:24:48 -0500 |
parents | 705d0595006a |
children | ef591210a1e4 |
line wrap: on
line diff
--- a/localization.lua Thu Oct 27 12:51:54 2016 -0400 +++ b/localization.lua Thu Nov 17 16:24:48 2016 -0500 @@ -17,7 +17,6 @@ -- Arguments for slash handling. Example: /prospectme results. PM_CONFIG = "config" -PM_RESULTS = "results" PM_EPIC = "epic" PM_RARE = "rare" PM_UNCOMMON = "uncommon" @@ -29,7 +28,6 @@ PM_RESET = "reset" -- Options Frame checkbox names -PM_RESULTSTOGGLE = "Show Detailed Results" PM_EPICTOGGLE = "|c00A335EE[Epic]|r" PM_RARETOGGLE = "|c000070DD[Rare]|r" PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r" @@ -41,7 +39,6 @@ -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame. PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame." -PM_RESULTSTOOLTIP = "Toggles the showing of detailed results in the tooltip." PM_EPICTOOLTIP = "Toggles the display of Epic quality results." PM_RARETOOLTIP = "Toggles the display of Rare quality results." PM_UNCOMMONTOOLTIP = "Toggles the display of Uncommon quality results."