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