Add missing punctuation on alert
This commit is contained in:
parent
e66344694e
commit
281e41dd2d
|
@ -853,7 +853,7 @@ private extension AppDelegate {
|
|||
alert.alertStyle = .informational
|
||||
alert.messageText = NSLocalizedString("Theme installed", comment: "Theme installed")
|
||||
|
||||
let localizedInformativeText = NSLocalizedString("The theme “%@” has been installed", comment: "Theme installed")
|
||||
let localizedInformativeText = NSLocalizedString("The theme “%@” has been installed.", comment: "Theme installed")
|
||||
alert.informativeText = NSString.localizedStringWithFormat(localizedInformativeText as NSString, themeName) as String
|
||||
|
||||
alert.addButton(withTitle: NSLocalizedString("OK", comment: "OK"))
|
||||
|
|
Loading…
Reference in New Issue