# HG changeset patch # User Flick # Date 1352496145 28800 # Node ID a682fac2aa984c6f58424449738912afa5f2ff9f # Parent e337b39dc491690bc51fbf4a6e72139bdd76e72b Rename "Mind Control" display string to "Ability Override" diff -r e337b39dc491 -r a682fac2aa98 Editor.lua --- 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"]} } }, } diff -r e337b39dc491 -r a682fac2aa98 locale/enUS.lua --- 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",