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
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"
+3 -3
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