mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Provides verbatim comment for MasterTimelineTlView
This commit is contained in:
@@ -22,7 +22,7 @@ class MasterTimelineTitleView: UIView {
|
||||
set { }
|
||||
get {
|
||||
if let name = label.text {
|
||||
let unreadLabel = NSLocalizedString("label.accessibility.unread", comment: "Unread label for accessiblity")
|
||||
let unreadLabel = NSLocalizedString("label.accessibility.unread", comment: "unread")
|
||||
return "\(name) \(unreadCountView.unreadCount) \(unreadLabel)"
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user