Skip to content

Commit

Permalink
Fixes #7, missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazza committed Aug 4, 2020
1 parent 11ae189 commit 25c2b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Options/CoreOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ local function createPopRuleFrame(winType)
frame.main.tabs:SetHeight(20);
frame.main.tabs.title = frame.main.tabs:CreateFontString(nil, "OVERLAY", "GameFontNormal");
frame.main.tabs.title:SetPoint("BOTTOMLEFT", frame.main.tabs, "TOPLEFT", 0, 10);
frame.main.tabs.title:SetText(L["Behaviors per current state"]..":");
frame.main.tabs.title:SetText(L["Behaviors for state"]..":");
frame.main.tabs.buttons = {};
local function createButton(tg)
local state = states[#tg.buttons+1];
Expand Down

0 comments on commit 25c2b6d

Please sign in to comment.