Rename New Web Feed to New Feed.

This commit is contained in:
Brent Simmons 2023-06-25 15:30:43 -07:00
parent d232cf43c7
commit 54295590a5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ private extension KeyboardManager {
static func globalAuxilaryKeyCommands() -> [UIKeyCommand] {
var keys = [UIKeyCommand]()
let addNewFeedTitle = NSLocalizedString("New Web Feed", comment: "New Web Feed")
let addNewFeedTitle = NSLocalizedString("New Feed", comment: "New Feed")
keys.append(KeyboardManager.createKeyCommand(title: addNewFeedTitle, action: "addNewFeed:", input: "n", modifiers: [.command]))
let addNewFolderTitle = NSLocalizedString("New Folder", comment: "New Folder")