Change case on theme

This commit is contained in:
Maurice Parker 2021-09-08 00:33:43 -05:00
parent 86d63542de
commit cf171394cf
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ private extension AppDelegate {
let alert = NSAlert()
alert.alertStyle = .informational
let localizedMessageText = NSLocalizedString("Install Theme “%@” by %@?", comment: "Theme message text")
let localizedMessageText = NSLocalizedString("Install theme “%@” by %@?", comment: "Theme message text")
alert.messageText = NSString.localizedStringWithFormat(localizedMessageText as NSString, theme.name, theme.creatorName) as String
var attrs = [NSAttributedString.Key : Any]()