diff --git a/changelog.md b/changelog.md index aebbccd..205830b 100644 --- a/changelog.md +++ b/changelog.md @@ -6,9 +6,9 @@ - Custom query API - Store favorites by IP -## [3.2.8] 2023-05-10 -### Fixed -- Allow user to retry with filepicker if auto path discovery resulted in false positive +## [3.2.9] 2023-05-10 +### Changed +- Reword button to "Choose path manually" instead of "Retry" ## [3.2.7] 2023-05-10 ### Changed diff --git a/dzgui.sh b/dzgui.sh index ef244ec..522d758 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.2.8 +version=3.2.9 aid=221100 game="dayz" @@ -271,7 +271,7 @@ create_config(){ find_default_path find_library_folder if [[ -z $steam_path ]]; then - zenity --question --text="DayZ not found or not installed at the chosen path." --ok-label="Retry" --cancel-label="Exit" + zenity --question --text="DayZ not found or not installed at the chosen path." --ok-label="Choose path manually" --cancel-label="Exit" if [[ $? -eq 0 ]]; then file_picker else