# HG changeset patch # User madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 # Date 1367623503 0 # Node ID c22f1accec43a4f5d2321240e2d331da94f55057 # Parent adba10dfa908c11a779c99e16aef481b9de4cd96 Fixed the parent/child relationship of the option pages. The option category names are now localized (they actually use the same text as the corresponding frame title). diff -r adba10dfa908 -r c22f1accec43 Localisation.lua --- a/Localisation.lua Fri May 03 23:24:58 2013 +0000 +++ b/Localisation.lua Fri May 03 23:25:03 2013 +0000 @@ -377,7 +377,7 @@ CyborgMMO_OptionPageRebindMode1="Mode 1", CyborgMMO_OptionPageRebindMode2="Mode 2", CyborgMMO_OptionPageRebindMode3="Mode 3", - CyborgMMO_OptionPageRebindTitle="MMO Keybinds:-", + CyborgMMO_OptionPageRebindTitle="Key bindings", CyborgMMO_ToolTipLine1="Warning! If your spell assignments are not working you may not have the correct profile assigned.", CyborgMMO_ToolTipLine2="To assign the correct profile:", CyborgMMO_ToolTipLine3="1) Click on the M.M.O.7 tray icon in the Windows system tray. ", diff -r adba10dfa908 -r c22f1accec43 OptionPage.xml --- a/OptionPage.xml Fri May 03 23:24:58 2013 +0000 +++ b/OptionPage.xml Fri May 03 23:25:03 2013 +0000 @@ -492,8 +492,8 @@ - self.name = "Rebind keys" - self.parent = CyborgMMO_OptionPage + self.name = CyborgMMO_StringTable.CyborgMMO_OptionPageRebindTitle + self.parent = CyborgMMO_OptionPage.name self.default = CyborgMMO_SetDefaultKeyBindings InterfaceOptions_AddCategory(self) diff -r adba10dfa908 -r c22f1accec43 OptionView.lua --- a/OptionView.lua Fri May 03 23:24:58 2013 +0000 +++ b/OptionView.lua Fri May 03 23:25:03 2013 +0000 @@ -20,7 +20,7 @@ CyborgMMO_OptionView = { new = function(self) - self.name = "Cyborg MMO7 Plugin" + self.name = CyborgMMO_StringTable.CyborgMMO_OptionPageTitle self.default = CyborgMMO_SetDefaultSettings InterfaceOptions_AddCategory(self) return self