[BUG]: Log-in error
Aexxl opened this issue ยท 5 comments
WoW Version
Retail
Describe the bug
New error on log-in:
1x AceLocale-3.0-6: Skinner: Missing entry for 'Toggle the border of'
[string "@Skinner/Modules/UIButtons.lua"]:1284: in function `?'
[string "@Skinner/Core/Options.lua"]:1357: in function <Skinner/Core/Options.lua:93>
[string "=[C]"]: in function `xpcall'
[string "@Skinner/Core/UtilFuncs.lua"]:359: in function <Skinner/Core/UtilFuncs.lua:352>
[string "=(tail call)"]: ?
[string "@Skinner/Core/Skinner.lua"]:72: in function <Skinner/Core/Skinner.lua:25>
[string "=[C]"]: ?
[string "@Masque/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...aceMasque/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Masque/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Masque/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:619: in function <...aceMasque/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
Dev did a mistake with locales he forgot "of" :D
For now open
Interface\AddOns\Skinner\Modules\UIButtons.lua
change line 1284
from
desc = _G.strjoin(" ", aObj.L["Toggle the border of"], aObj.L["the"], aObj.L["Frame Control Buttons"], aObj.L["(reload required)"]),
to
desc = _G.strjoin(" ", aObj.L["Toggle the Border"], aObj.L["the"], aObj.L["Frame Control Buttons"], aObj.L["(reload required)"]),
I did a bad copy paste, take the last edit
instead of
Toggle the border
to
Toggle the Border