From 32b9c1f1e569e211a87300945b660135a7fa6bee Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Tue, 25 Jan 2022 20:27:01 +0800 Subject: [PATCH] Installer // AppDelegate Localization Fix. --- Source/Installer/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()