Skip to content

Commit

Permalink
Merge #3873 Add missing resource string for upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 30, 2023
2 parents 2521611 + 18519a7 commit 2a5a94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- [Multiple] Translation updates from Crowdin (#3866, #3868 by: Nikita, Вячеслав Бучин, vinix, WujekFoliarz; reviewed: HebaruSan)
- [Multiple] Fix deletion of unmanaged files (#3865 by: HebaruSan; reviewed: techman83)
- [Build] Add missing dependency to .deb package (#3872 by: HebaruSan; reviewed: erkinalp)
- [Core] Add missing resource string for upgrading (#3873 by: HebaruSan; reviewed: techman83)

### Internal

Expand Down
1 change: 1 addition & 0 deletions Core/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Overwrite?</value></data>
<data name="ModuleInstallerRemoveAborted" xml:space="preserve"><value>Mod removal aborted at user request</value></data>
<data name="ModuleInstallerRemovingMod" xml:space="preserve"><value>Removing {0}...</value></data>
<data name="ModuleInstallerAboutToUpgrade" xml:space="preserve"><value>About to upgrade:</value></data>
<data name="ModuleInstallerUpgradeInstallingResuming" xml:space="preserve"><value> * Install: {0} {1} ({2}, {3} remaining)</value></data>
<data name="ModuleInstallerUpgradeInstallingUncached" xml:space="preserve"><value> * Install: {0} {1} ({2}, {3})</value></data>
<data name="ModuleInstallerUpgradeInstallingCached" xml:space="preserve"><value> * Install: {0} {1} (cached)</value></data>
<data name="ModuleInstallerUpgradeReinstalling" xml:space="preserve"><value> * Re-install: {0} {1}</value></data>
Expand Down

0 comments on commit 2a5a94c

Please sign in to comment.