From 016214a3813ee225fe352af4b2d822f01e0a7cfa Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Tue, 9 Jul 2024 10:16:26 +0700 Subject: [PATCH] L10N: Fix compile --- ExplorerPatcher-L10N | 2 +- ep_gui/resources/lang/ep_gui.en-US.rc | 2 +- version.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ExplorerPatcher-L10N b/ExplorerPatcher-L10N index 8c0c7b41c..441d6658a 160000 --- a/ExplorerPatcher-L10N +++ b/ExplorerPatcher-L10N @@ -1 +1 @@ -Subproject commit 8c0c7b41c8cbc61a64df529b123cf6dd0f4cb401 +Subproject commit 441d6658a540fdbf44dfaad5ebe34114e5736d11 diff --git a/ep_gui/resources/lang/ep_gui.en-US.rc b/ep_gui/resources/lang/ep_gui.en-US.rc index 6485b9525..89c0a74f7 100644 --- a/ep_gui/resources/lang/ep_gui.en-US.rc +++ b/ep_gui/resources/lang/ep_gui.en-US.rc @@ -382,6 +382,7 @@ BEGIN IDS_UPDATES_POLICY_2 "Do not check for updates" IDS_UPDATES_PREFER_STAGING "Receive pre-release versions, if available (not recommended)" IDS_UPDATES_DOWNGRADES "Suggest the latest version on the server, even if it's older (not recommended)" + IDS_UPDATES_USELOCAL "Build updates locally before installing" IDS_UPDATES_UPDATESERVERS "Update servers:" IDS_UPDATES_RELEASES "Releases" IDS_UPDATES_RELEASES_PROMPT "Type a URL that serves resources adhering to GitHub's releases API. To learn how to configure your own update server, please consult the wiki." @@ -391,7 +392,6 @@ BEGIN IDS_UPDATES_INSTALL "Update program and restart File Explorer" IDS_UPDATES_CHANGES "Read about changes in the latest releases" IDS_UPDATES_LEARN "Learn more" - IDS_UPDATES_USELOCAL "Build updates locally before installing" IDS_ADV "Advanced" diff --git a/version.h b/version.h index bffa8139b..101bc10a7 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 -#define VER_MINOR 3527 -#define VER_BUILD_HI 65 -#define VER_BUILD_LO 5 +#define VER_MINOR 3810 +#define VER_BUILD_HI 66 +#define VER_BUILD_LO 1 #define VER_FLAGS VS_FF_PRERELEASE