Skip to content

Commit e9416ef

Browse files
committed
feat: improve configuration scripts message
1 parent d250611 commit e9416ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

InstallControllerBuddy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -738,12 +738,12 @@ else
738738

739739
if [ "$run_config_scripts" != true ] && [ "$run_config_scripts" != false ]
740740
then
741-
echo The ControllerBuddy-Profiles configuration scripts can automatically configure the input settings of the following applications for usage with the official profiles:
741+
echo The ControllerBuddy-Profiles configuration scripts can automatically adjust the input settings of the following applications for use with the official profiles:
742742
find "$cb_profiles_dir/configs" -mindepth 2 -maxdepth 2 -name 'Configure.ps1' | cut -d / -f 3 | tr _ ' ' | xargs -I name echo - name
743743
echo
744-
echo If you plan to use the official profiles, it is recommended that you let the scripts make the necessary changes.
745-
echo 'Warning: You may want to backup your current input settings now, if you do not want to lose them.'
746-
echo Note: If you answer 'always', all scripts will be executed from now on whenever ControllerBuddy is updated, without individual prompts.
744+
echo If you intend to use the official profiles, it is recommended to allow the scripts to apply the required changes.
745+
echo Warning: To avoid losing your current input configurations, back them up before running the scripts.
746+
echo Note: Choosing 'always' will allow all scripts to run automatically whenever ControllerBuddy is updated, without further prompts.
747747
echo
748748

749749
while true;

0 commit comments

Comments
 (0)