We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3952ff commit 2e5861fCopy full SHA for 2e5861f
config.lua
@@ -19,7 +19,7 @@ frame:SetScript("OnShow", function(frame)
19
20
if IsAddOnLoaded("Simulationcraft") then
21
local onlyItemConfig = CreateFrame("CheckButton", name.."onlyItemButtonConfig", frame, "ChatConfigCheckButtonTemplate")
22
- onlyItemConfig.Text:SetText("SimC Integration")
+ onlyItemConfig.Text:SetText("Simc Integration")
23
onlyItemConfig:SetPoint("TOPLEFT", offHandConfig, "BOTTOMLEFT", 0, -5)
24
onlyItemConfig:SetChecked(tooltipSimcDB.onlyItem)
25
onlyItemConfig:SetScript("OnClick", function(self)
0 commit comments