Installer // AppDelegate Localization Fix.

This commit is contained in:
ShikiSuen 2022-01-25 20:27:01 +08:00
parent f433ff17b9
commit 7f37755835
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()