1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

L10N: Fix compile

This commit is contained in:
Amrsatrio 2024-07-09 10:16:26 +07:00
parent 51f06243e6
commit 016214a381
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 8c0c7b41c8cbc61a64df529b123cf6dd0f4cb401
Subproject commit 441d6658a540fdbf44dfaad5ebe34114e5736d11

View File

@ -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"

View File

@ -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