# HG changeset patch # User Vynn # Date 1478798750 18000 # Node ID 705d0595006a7aff8134d5803ebde808ec6b4630 # Parent 761d71cd89893d897e2673da66fae66aecf9e3ec Updated Localization for V2 diff -r 761d71cd8989 -r 705d0595006a localization.lua --- a/localization.lua Thu Nov 10 12:25:41 2016 -0500 +++ b/localization.lua Thu Nov 10 12:25:50 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."