Improve the open-notifications-prefPane alert's message
This commit is contained in:
parent
619ddc6ea2
commit
288a5b18db
|
@ -178,7 +178,7 @@ private extension WebFeedInspectorViewController {
|
||||||
let updateAlert = NSAlert()
|
let updateAlert = NSAlert()
|
||||||
updateAlert.alertStyle = .informational
|
updateAlert.alertStyle = .informational
|
||||||
updateAlert.messageText = NSLocalizedString("Enable Notifications", comment: "Notifications")
|
updateAlert.messageText = NSLocalizedString("Enable Notifications", comment: "Notifications")
|
||||||
updateAlert.informativeText = NSLocalizedString("Notifications need to be enabled in System Preferences > Notifications.", comment: "Notifications need to be enabled in System Preferences > Notifications.")
|
updateAlert.informativeText = NSLocalizedString("To enable notifications, open Notifications in System Preferences, then find NetNewsWire in the list.", comment: "To enable notifications, open Notifications in System Preferences, then find NetNewsWire in the list.")
|
||||||
updateAlert.addButton(withTitle: NSLocalizedString("Open System Preferences", comment: "Open System Preferences"))
|
updateAlert.addButton(withTitle: NSLocalizedString("Open System Preferences", comment: "Open System Preferences"))
|
||||||
updateAlert.addButton(withTitle: NSLocalizedString("Close", comment: "Close"))
|
updateAlert.addButton(withTitle: NSLocalizedString("Close", comment: "Close"))
|
||||||
let modalResponse = updateAlert.runModal()
|
let modalResponse = updateAlert.runModal()
|
||||||
|
|
Loading…
Reference in New Issue