Rename New Web Feed to New Feed.

This commit is contained in:
Brent Simmons 2023-06-25 15:30:43 -07:00
parent 007f077542
commit 2391d4acb9

View File

@ -129,7 +129,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")