Browse Source

ensure command action capitals are consistant

pull/4716/head
Daniel Gibbs 8 months ago
parent
commit
659a86b481
  1. 2
      lgsm/modules/command_dev_clear_modules.sh
  2. 2
      lgsm/modules/command_dev_debug.sh
  3. 2
      lgsm/modules/command_dev_query_raw.sh
  4. 2
      lgsm/modules/command_dev_ui.sh
  5. 2
      lgsm/modules/command_mods_install.sh
  6. 2
      lgsm/modules/command_mods_remove.sh
  7. 2
      lgsm/modules/command_mods_update.sh
  8. 2
      lgsm/modules/command_test_alert.sh
  9. 2
      lgsm/modules/command_ts3_server_pass.sh
  10. 2
      lgsm/modules/compress_unreal2_maps.sh
  11. 2
      lgsm/modules/compress_ut99_maps.sh

2
lgsm/modules/command_dev_clear_modules.sh

@ -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

2
lgsm/modules/command_dev_debug.sh

@ -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

2
lgsm/modules/command_dev_query_raw.sh

@ -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

2
lgsm/modules/command_dev_ui.sh

@ -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

2
lgsm/modules/command_mods_install.sh

@ -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

2
lgsm/modules/command_mods_remove.sh

@ -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

2
lgsm/modules/command_mods_update.sh

@ -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

2
lgsm/modules/command_test_alert.sh

@ -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

2
lgsm/modules/command_ts3_server_pass.sh

@ -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

2
lgsm/modules/compress_unreal2_maps.sh

@ -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

2
lgsm/modules/compress_ut99_maps.sh

@ -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

Loading…
Cancel
Save