Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit c156085

Browse files
committed
Fixed incorrect naming.
1 parent 3e7906d commit c156085

File tree

1 file changed

+2
-2
lines changed
  • src/Workspace/SignsInternal/PluginGui

1 file changed

+2
-2
lines changed

src/Workspace/SignsInternal/PluginGui/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function PluginGui:newPluginGui(widgetGui)
148148

149149
local strokeCollapse = CollapsibleTitledSection.new( -- Fonts collapse
150150
"strokeCollapse", -- name suffix of the gui object
151-
"Enabled", -- the text displayed beside the collapsible arrow
151+
"Stroke", -- the text displayed beside the collapsible arrow
152152
true, -- have the content frame auto-update its size?
153153
true, -- minimizable?
154154
true -- minimized by default?
@@ -157,7 +157,7 @@ function PluginGui:newPluginGui(widgetGui)
157157

158158
local strokeCheckbox = LabeledCheckbox.new(
159159
"strokeCheckbox", -- name suffix of gui object
160-
"Stroke", -- text beside the checkbox
160+
"Enabled", -- text beside the checkbox
161161
false, -- initial value
162162
false -- initially disabled?
163163
)

0 commit comments

Comments
 (0)