Fix theme install button text

This commit is contained in:
Maurice Parker 2021-09-09 01:37:55 -05:00
parent ddde664d61
commit ef44a9b6e6

View File

@ -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 {