From 25b122e8919a023afc8073c31211c0013bc91d53 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 28 Oct 2021 02:18:15 -0400 Subject: [PATCH] Improve comments --- lug-helper.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index 62cb6e4..354c429 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1240,7 +1240,12 @@ runner_manage() { download_menu_height="140" # Set the post download instructions - post_download_msg1="Select the runner in Lutris from the dropdown menu:" + # Format: + # A header is automatically displayed that reads: Download Complete + # msg1 is displayed below the header + # msg2 is displayed below that in italics when zenity is in use + # Lastly, the downloaded directory name is automatically displayed + post_download_msg1="Select the runner in Lutris from the dropdown menu" post_download_msg2="Configure->Runner Options->Wine version" # Call the download_manage function with the above configuration @@ -1266,7 +1271,12 @@ dxvk_manage() { download_menu_height="140" # Set the post download instructions - post_download_msg1="Type the DXVK folder name in your Lutris settings:" + # Format: + # A header is automatically displayed that reads: Download Complete + # msg1 is displayed below the header + # msg2 is displayed below that in italics when zenity is in use + # Lastly, the downloaded directory name is automatically displayed + post_download_msg1="Type the DXVK folder name in your Lutris settings" post_download_msg2="Configure->Runner Options->DXVK version" # Call the download_manage function with the above configuration