diff --git a/Source/Installer/AppDelegate.swift b/Source/Installer/AppDelegate.swift index 21d0268b..cd4e2daf 100644 --- a/Source/Installer/AppDelegate.swift +++ b/Source/Installer/AppDelegate.swift @@ -83,7 +83,7 @@ class AppDelegate: NSWindowController, NSApplicationDelegate { } if upgrading { - installButton.title = NSLocalizedString("Agree and Upgrade", comment: "") + installButton.title = NSLocalizedString("Upgrade", comment: "") } window?.center()