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

Commit dd8f1fd

Browse files
committed
Minor toolbar change
Signed-off-by: RyanLua <[email protected]>
1 parent 6c422ce commit dd8f1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Signs/PluginInfo/init.client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local pluginToolbar = require(script.PluginToolbar)
1414
pluginToolbar:SetPlugin(plugin)
1515

1616
-- Create a new toolbar section titled
17-
local toolbar = pluginToolbar:CreateToolbar("Text Tools")
17+
local toolbar = pluginToolbar:CreateToolbar("Text Tool")
1818

1919
-- Add a toolbar button
2020
local button = toolbar:CreateButton(

0 commit comments

Comments
 (0)