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:
Stuart Breckenridge
2021-04-19 11:10:57 +08:00
parent 8e2de9237c
commit d4130e7c65
5 changed files with 46 additions and 11 deletions

View File

@@ -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 {