From ef44a9b6e6b7fdd8f4f0180a8446feab69207c50 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 9 Sep 2021 01:37:55 -0500 Subject: [PATCH] Fix theme install button text --- Mac/AppDelegate.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index dba09c5e2..094fa4697 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -829,8 +829,8 @@ private extension AppDelegate { textView.textStorage?.setAttributedString(websiteText) alert.accessoryView = textView - alert.addButton(withTitle: NSLocalizedString("Install Style", comment: "Install Style")) - alert.addButton(withTitle: NSLocalizedString("Cancel", comment: "Cancel Install Style")) + alert.addButton(withTitle: NSLocalizedString("Install Theme", comment: "Install Theme")) + alert.addButton(withTitle: NSLocalizedString("Cancel", comment: "Cancel Install Theme")) alert.beginSheetModal(for: window) { [weak self] result in if result == NSApplication.ModalResponse.alertFirstButtonReturn {