Skip to content

Commit

Permalink
Add missing localization key for status page
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Nov 3, 2020
1 parent 627e4d3 commit 70f5cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config/Bindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ local function DrawBindingStatusPage(container, binding)
end

if not Clicked:CanBindingLoad(binding) then
local widget = GUI:Label("Not Loaded", "medium")
local widget = GUI:Label(L["BINDING_UI_PAGE_STATUS_NOT_LOADED"], "medium")
widget:SetFullWidth(true)
container:AddChild(widget)
else
Expand Down
1 change: 1 addition & 0 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ L["BINDING_UI_PAGE_LOAD_OPTIONS_IN_GROUP_PARTY_OR_RAID"] = "In a party or raid g
L["BINDING_UI_PAGE_LOAD_OPTIONS_PET_ACTIVE"] = "Pet"
L["BINDING_UI_PAGE_LOAD_OPTIONS_PET_INACTIVE"] = "No pet"

L["BINDING_UI_PAGE_STATUS_NOT_LOADED"] = "Not loaded"
L["BINDING_UI_PAGE_STATUS_GENERATED_LOCAL"] = "Generated local macro"
L["BINDING_UI_PAGE_STATUS_GENERATED_FULL"] = "Generated full macro"
L["BINDING_UI_PAGE_STATUS_GENERATED_RELATIVES"] = "Generated from %d other binding(s)"
Expand Down

0 comments on commit 70f5cc9

Please sign in to comment.