From c0e777f550b736beacda80b5ef8d45a80a3d2e8c Mon Sep 17 00:00:00 2001 From: aclist <null> Date: Sat, 3 Dec 2022 21:16:21 +0900 Subject: [PATCH] Update filepicker menu --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index a097aa5..ab9ff65 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1032,7 +1032,7 @@ find_default_path(){ case "$res" in *auto*) discover ;; *manual*) - zenity --info --text="\nSelect the top-level path to the Steam library folder containing \"steamapps\".\n\nE.g., if DayZ is installed at:\n\"/media/mydrive/steamapps/common/DayZ\"\n\nYou should select:\n\"/media/mydrive\"" --width=500 && + zenity --info --text="\nSelect the top-level entry point to the location where Steam (not DayZ)\nis installed and before entering the \"steamapps\" path.\n\nE.g., if Steam is installed at:\n\"/media/mydrive/Steam\"\n\nCorrect:\n- \"/media/mydrive/Steam\"\n\nIncorrect:\n- \"/media/mydrive/Steam/steamapps/common/DayZ\"\n- \"/media/mydrive/\"" --width=500 && file_picker ;; esac fi