changeset 300:a682fac2aa98

Rename "Mind Control" display string to "Ability Override"
author Flick
date Fri, 09 Nov 2012 13:22:25 -0800
parents e337b39dc491
children 6fbb55e5c624
files Editor.lua locale/enUS.lua
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/Editor.lua	Wed Nov 14 16:38:53 2012 -0800
+++ b/Editor.lua	Fri Nov 09 13:22:25 2012 -0800
@@ -494,12 +494,12 @@
         set   = "SetNumPages",
       },
       mindcontrol = {
-        name = L["Mind Control Support"],
-        desc = L["When possessing a target (e.g. via Mind Control), map the first 12 buttons of this bar to the possessed target's actions."],
+        name = L["Override Button Support"],
+        desc = L["Override the first 12 buttons on this bar with abilities gained from certain game quests and events."],
         order = 2,
         type = "toggle",
-        set = "SetMindControl",
-        get = "GetMindControl",
+        set = "SetMindControl", -- called 'mind control' for legacy reasons
+        get = "GetMindControl", -- called 'mind control' for legacy reasons
       },
       vehicle = {
         name = L["Vehicle Support"],
@@ -1038,7 +1038,7 @@
     { "target",  { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } },
     { "focus",   { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } },
     { "vehicle", { {vehicle = L["In a Vehicle"]} } },
-    { "possess", { {possess = L["Mind Control"]} } },
+    { "possess", { {possess = L["Ability Override"]} } },
     { "group",   { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } },
     { "combat",  { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } },
   }
--- a/locale/enUS.lua	Wed Nov 14 16:38:53 2012 -0800
+++ b/locale/enUS.lua	Fri Nov 09 13:22:25 2012 -0800
@@ -103,8 +103,8 @@
 "ID List",
 "Specify a comma-separated list of IDs for each button in the bar (in order). Separate multiple pages with semicolons (;)",
 "Invalid action ID list string",
-"Mind Control Support",
-"When possessing a target (e.g. via Mind Control), map the first 12 buttons of this bar to the possessed target's actions.",
+"Override Button Support",
+"Override the first 12 buttons on this bar with abilities gained from certain game quests and events.",
 "Vehicle Support",
 "When on a vehicle, map the first 6 buttons of this bar to the vehicle actions. The vehicle-exit button is mapped to the 7th button. Pitch controls are not supported.",
 "Show Page #",
@@ -133,7 +133,7 @@
 "Hostile Focus",
 "Friendly Focus",
 "No Focus",
-"Mind Control",
+"Ability Override",
 "In a Vehicle",
 "Raid",
 "Party",