Ver Fonte

fixed typo that says install instead of remove

Daniel Gibbs há 8 anos atrás
pai
commit
19a3d31763
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lgsm/functions/command_mods_remove.sh

+ 1 - 1
lgsm/functions/command_mods_remove.sh

@@ -32,7 +32,7 @@ done
 echo ""
 # Keep prompting as long as the user input doesn't correspond to an available mod
 while [[ ! " ${installedmodslist[@]} " =~ " ${usermodselect} " ]]; do
-	echo -en "Enter an ${cyan}addon/mod${default} to ${green}install${default} (or exit to abort): "
+	echo -en "Enter an ${cyan}addon/mod${default} to ${red}remove${default} (or exit to abort): "
 	read -r usermodselect
 	# Exit if user says exit or abort
 	if [ "${usermodselect}" == "exit" ]||[ "${usermodselect}" == "abort" ]; then