Update to use the locale system

This commit is contained in:
Hendrik Leppkes
2009-01-27 16:13:15 +01:00
parent 895786a941
commit e13222b4a7
13 changed files with 56 additions and 1577 deletions
+1 -2
View File
@@ -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"],
},
},
},