add missing locales

This commit is contained in:
cwdg
2008-06-22 09:48:37 +00:00
parent 5288055c7d
commit 4aa60c0c69
8 changed files with 16 additions and 2 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ local function getOptions()
buttonlock = {
order = 2,
type = "toggle",
name = "Button Lock",
desc = "Lock the buttons.",
name = L["Button Lock"],
desc = L["Lock the buttons."],
get = getFunc,
set = setFunc,
},