Installer // AppDelegate Localization Fix.
This commit is contained in:
parent
abafc43be2
commit
32b9c1f1e5
|
@ -83,7 +83,7 @@ class AppDelegate: NSWindowController, NSApplicationDelegate {
|
|||
}
|
||||
|
||||
if upgrading {
|
||||
installButton.title = NSLocalizedString("Agree and Upgrade", comment: "")
|
||||
installButton.title = NSLocalizedString("Upgrade", comment: "")
|
||||
}
|
||||
|
||||
window?.center()
|
||||
|
|
Loading…
Reference in New Issue