Skip to content

Commit 2e5861f

Browse files
committed
change "SimC" to "Simc"
1 parent a3952ff commit 2e5861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ frame:SetScript("OnShow", function(frame)
1919

2020
if IsAddOnLoaded("Simulationcraft") then
2121
local onlyItemConfig = CreateFrame("CheckButton", name.."onlyItemButtonConfig", frame, "ChatConfigCheckButtonTemplate")
22-
onlyItemConfig.Text:SetText("SimC Integration")
22+
onlyItemConfig.Text:SetText("Simc Integration")
2323
onlyItemConfig:SetPoint("TOPLEFT", offHandConfig, "BOTTOMLEFT", 0, -5)
2424
onlyItemConfig:SetChecked(tooltipSimcDB.onlyItem)
2525
onlyItemConfig:SetScript("OnClick", function(self)

0 commit comments

Comments
 (0)