Skip to content

Commit 2453d5f

Browse files
authored
update wording
1 parent d7f0f9b commit 2453d5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Utility.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if "%1" EQU "--version" (
5252
exit /b
5353
)
5454

55-
title WebCTRL Add-on Development Utility
55+
title Add-On Development Utility for WebCTRL
5656
echo Initializing...
5757

5858
:: This script's location for extension callback usage
@@ -254,7 +254,7 @@ if "%*" NEQ "" (
254254
:globalMenu
255255
cls
256256
echo.
257-
echo WebCTRL Add-on Project Initializer v%version%
257+
echo WebCTRL Add-On Project Initializer v%version%
258258
echo.
259259
echo Enter the project folder to initialize.
260260
set /p "workspace=>"
@@ -285,7 +285,7 @@ exit /b
285285
)
286286
echo.
287287
echo Online documentation can be found at
288-
echo https://github.com/automatic-controls/webctrl-addon-dev/blob/main/README.md
288+
echo https://github.com/automatic-controls/addon-dev-script/blob/main/README.md
289289
echo.
290290
echo GIT [ARGS] All Git commands are executed literally.
291291
call :initHelp
@@ -764,7 +764,7 @@ exit /b
764764
:main
765765
cls
766766
echo.
767-
echo WebCTRL Add-on Development Utility
767+
echo Add-On Development Utility for WebCTRL
768768
echo Project: !name!
769769
echo.
770770
echo Type 'help' for a list of commands.
@@ -807,4 +807,4 @@ exit /b
807807
)
808808
)
809809
)
810-
goto loop
810+
goto loop

0 commit comments

Comments
 (0)