Update to use the locale system
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
|
||||
local FAQ = LibStub("AceLocale-3.0"):GetLocale("Bartender4_FAQ")
|
||||
|
||||
local AceConfigDialog = LibStub("AceConfigDialog-3.0")
|
||||
|
||||
@@ -196,7 +195,7 @@ local function getOptions()
|
||||
args = {
|
||||
faq = {
|
||||
type = "description",
|
||||
name = FAQ["FAQ_TEXT"],
|
||||
name = L["FAQ_TEXT"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user