mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Corrects naming convention
[iOS] Twitter: Notify about new tweets Reddit: Notify about new posts Default: Notify about new articles + Fixes alignment issues in the inspector view [macOS] Twitter: Show notifications for new tweets Reddit: Show notifications for new posts Default: Show notifications for new articles
This commit is contained in:
@@ -230,7 +230,7 @@ private extension SidebarViewController {
|
||||
}
|
||||
menu.addItem(NSMenuItem.separator())
|
||||
|
||||
let notificationText = NSLocalizedString("Show Notifications for New Articles", comment: "Show Notifications for New Articles")
|
||||
let notificationText = webFeed.notifyNameDisplay.capitalized
|
||||
|
||||
let notificationMenuItem = menuItem(notificationText, #selector(toggleNotificationsFromContextMenu(_:)), webFeed)
|
||||
if webFeed.isNotifyAboutNewArticles == nil || webFeed.isNotifyAboutNewArticles! == false {
|
||||
|
||||
Reference in New Issue
Block a user