From 43200bc737fa31a9b3e386b9cd0044ef9f185329 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:57:57 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 186e093..2a30203 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -3365,7 +3365,7 @@ echo "Script completed successfully." # Check if the symlink exists if [ -L "${logged_in_home}/.config/systemd/user/default.target.wants/nslgamescanner.service" ]; then # Symlink exists, show message - show_message "Script is done...and the NSLGamesScanner is actively scanning!" + show_message "Script finished...and the NSLGamesScanner is actively scanning!" else # Symlink does not exist echo "Symlink does not exist."