Revert "Renamed "Zoom" to "Button Border" and make it do its thing again"

This reverts commit ccf041bdcd.
This commit is contained in:
Hendrik Leppkes
2008-11-11 20:02:13 +01:00
parent 598e2af4a8
commit 7c53a32f18
11 changed files with 23 additions and 26 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ function ButtonBar:GetOptionObject()
},
zoom = {
order = 59,
name = L["Button Border"],
name = L["Zoom"],
type = "toggle",
desc = L["Toggle Button Border\nFor more style options you need to install ButtonFacade"],
desc = L["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"],
get = optGetter,
set = optSetter,
hidden = function() return LibStub("LibButtonFacade", true) and true or false end,