Improve comments

This commit is contained in:
the Sane
2021-10-28 02:18:15 -04:00
committed by GitHub
parent a76c3d0a1a
commit 25b122e891

View File

@@ -1240,7 +1240,12 @@ runner_manage() {
download_menu_height="140" download_menu_height="140"
# Set the post download instructions # 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" post_download_msg2="Configure->Runner Options->Wine version"
# Call the download_manage function with the above configuration # Call the download_manage function with the above configuration
@@ -1266,7 +1271,12 @@ dxvk_manage() {
download_menu_height="140" download_menu_height="140"
# Set the post download instructions # 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" post_download_msg2="Configure->Runner Options->DXVK version"
# Call the download_manage function with the above configuration # Call the download_manage function with the above configuration