From b4aa8fbb6dcba80cb8b4aa14b2d7eb23005e048f Mon Sep 17 00:00:00 2001 From: aclist Date: Thu, 24 Nov 2022 02:15:11 +0900 Subject: [PATCH] Rename history --- changelog.md | 4 ++++ dzgui.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5806221..a901df0 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,10 @@ - Custom query API - Standardize dialogs +## [3.1.0-rc.14] 2022-11-24 +### Changed +- Rename "History" to "Recent" + ## [3.1.0-rc.13] 2022-11-24 ### Fixed - Prevent downloading mods if Steam is not running diff --git a/dzgui.sh b/dzgui.sh index 94281a3..150e6b9 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.1.0-rc.13 +version=3.1.0-rc.14 aid=221100 game="dayz" @@ -99,7 +99,7 @@ items=( " My servers" " Quick connect to favorite server" " Connect by IP" - " History (last 10 connected)" + " Recent servers (last 10)" "[Manage servers]" " Add server by ID" " Add favorite server"