From 8e5193c17322404660b12d23128fbe439d4f7550 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 24 Jan 2023 20:00:28 -0500 Subject: [PATCH] Update info message --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index ce44636..6cc1690 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1740,7 +1740,7 @@ runner_manage() { # A header is automatically displayed that reads: Download Complete # post_download_msg is displayed below the header post_download_msg_heading="Download Complete" - post_download_msg="Would you like to automatically configure Lutris to use this runner?\n\nLutris will be restarted to detect the changes." + post_download_msg="Would you like to automatically configure Lutris to use this runner?\n\nLutris will be restarted if necessary." # Set the string sed will match against when editing Lutris yml configs # This will be used to detect the appropriate yml key and replace its value # with the name of the downloaded item @@ -1793,7 +1793,7 @@ dxvk_manage() { # A header is automatically displayed that reads: Download Complete # post_download_msg is displayed below the header post_download_msg_heading="Download Complete" - post_download_msg="Would you like to automatically configure Lutris to use this DXVK?\n\nLutris will be restarted to detect the changes." + post_download_msg="Would you like to automatically configure Lutris to use this DXVK?\n\nLutris will be restarted if necessary." # Set the string sed will match against when editing Lutris yml configs # This will be used to detect the appropriate yml key and replace its value # with the name of the downloaded item