From ab9155b9b8a26c8934400d4fdbe229264a564e03 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 21 Jan 2022 17:20:44 -0500 Subject: [PATCH] Clarify that DXVK manager is for Lutris --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index 5ee5065..8a3e52a 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1356,7 +1356,7 @@ dxvk_manage() { download_dir="$dxvk_dir" # Configure the text displayed in the menus - download_menu_heading="DXVK Versions" + download_menu_heading="Lutris DXVK Versions" download_menu_description="The DXVK versions below may help improve game performance" download_menu_height="140" @@ -1724,7 +1724,7 @@ while true; do install_msg="Install Star Citizen" eac_msg="Deploy Easy Anti-Cheat Workaround" runners_msg="Manage Lutris Runners" - dxvk_msg="Manage DXVK Versions" + dxvk_msg="Manage Lutris DXVK Versions" maintenance_msg="Maintenance and Troubleshooting" randomizer_msg="Get a random Penguin's Star Citizen referral code" quit_msg="Quit"