Skip to content

Commit

Permalink
L10N: Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Jul 9, 2024
1 parent 51f0624 commit 016214a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ep_gui/resources/lang/ep_gui.en-US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 016214a

Please sign in to comment.