jncl / Skinner

World of Warcraft AddOn which changes the look of the default UI
7 stars 2 forks source link

[BUG]: Log-in error #147

Closed Aexxl closed 1 week ago

Aexxl commented 2 weeks ago

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>
MetalHeadSeven commented 2 weeks ago

Same for me.

Kilrahs commented 2 weeks ago

Same here.

AngelosNaoumis commented 2 weeks ago

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)"]),

AngelosNaoumis commented 2 weeks ago

I did a bad copy paste, take the last edit instead of Toggle the border to Toggle the Border

MetalHeadSeven commented 2 weeks ago

Thanks that worked,