Installer // AppDelegate Localization Fix.

This commit is contained in:
ShikiSuen 2022-01-25 20:27:01 +08:00
parent abafc43be2
commit 32b9c1f1e5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class AppDelegate: NSWindowController, NSApplicationDelegate {
}
if upgrading {
installButton.title = NSLocalizedString("Agree and Upgrade", comment: "")
installButton.title = NSLocalizedString("Upgrade", comment: "")
}
window?.center()