Skip to content

Commit

Permalink
ensure command action capitals are consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 11, 2024
1 parent 737880a commit 659a86b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/command_dev_clear_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Deletes the contents of the modules dir.

commandname="DEV-CLEAR-MODULES"
commandaction="Clear modules"
commandaction="Clear Modules"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_dev_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Dev only: Enables debugging log to be saved to dev-debug.log.

commandname="DEV-DEBUG"
commandaction="Developer debug"
commandaction="Developer Debug"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_reset

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_dev_query_raw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Raw gamedig output of the server.

commandname="DEV-QUERY-RAW"
commandaction="Developer query raw"
commandaction="Developer Query Raw"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_dev_ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Dev only: Assist with UI development.

commandname="DEV-DEBUG"
commandaction="Developer ui"
commandaction="Developer UI"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_mods_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: List and installs available mods along with mods_list.sh and mods_core.sh.

commandname="MODS-INSTALL"
commandaction="Installing mods"
commandaction="Installing Mods"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_mods_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Uninstall mods along with mods_list.sh and mods_core.sh.

commandname="MODS-REMOVE"
commandaction="Removing mods"
commandaction="Removing Mods"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_mods_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Updates installed mods along with mods_list.sh and mods_core.sh.

commandname="MODS-UPDATE"
commandaction="Updating mods"
commandaction="Updating Mods"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_test_alert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Sends a test alert.

commandname="TEST-ALERT"
commandaction="Sending alert"
commandaction="Sending Alert"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/command_ts3_server_pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Changes TS3 serveradmin password.

commandname="CHANGE-PASSWORD"
commandaction="Changing password"
commandaction="Changing Password"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/compress_unreal2_maps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Compresses unreal maps.

commandname="MAP-COMPRESSOR"
commandaction="Compressing maps"
commandaction="Compressing Maps"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/compress_ut99_maps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Description: Compresses unreal maps.

commandname="MAP-COMPRESSOR"
commandaction="Compressing maps"
commandaction="Compressing Maps"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set

Expand Down

0 comments on commit 659a86b

Please sign in to comment.