Skip to content

Commit

Permalink
use Cell's "Visibility" locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Dec 6, 2024
1 parent a046b12 commit be4077c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ L.buffFrame = "Buff Frame"
L.debuffFrame = "Debuff Frame"
L.playerCastBar = "Player Cast Bar"
L.HideAtMaxLevel = "Hide at Max Level"
L.Visibility = "Visibility"

-- Custom Formats
L.ValidTags = "Valid Tags"
Expand Down
2 changes: 1 addition & 1 deletion Menu/VisibilityTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function VisibilityTab:Create()
65, false, true)
checkBoxSection:SetPoint("TOPLEFT", self.window, "TOPLEFT", 5, -5)

local visibilityEditBox = CUF:CreateEditBox(checkBoxSection, checkBoxSection:GetWidth() - 20, 30, L.Visibility)
local visibilityEditBox = CUF:CreateEditBox(checkBoxSection, checkBoxSection:GetWidth() - 20, 30, L["Visibility"])
visibilityEditBox:SetPoint("TOPLEFT", 10, -25)
self.visibilityEditBox = visibilityEditBox

Expand Down

0 comments on commit be4077c

Please sign in to comment.