mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add missing punctuation on alert
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user