From 405b40e346136304818fa4d559f27ae2a4bbb490 Mon Sep 17 00:00:00 2001 From: Bryan Culver Date: Sat, 1 Oct 2022 15:17:58 -0400 Subject: [PATCH] Updated messaging --- iOS/MasterFeed/MasterFeedViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/MasterFeed/MasterFeedViewController.swift b/iOS/MasterFeed/MasterFeedViewController.swift index b93969f29..5a4991429 100644 --- a/iOS/MasterFeed/MasterFeedViewController.swift +++ b/iOS/MasterFeed/MasterFeedViewController.swift @@ -1135,7 +1135,7 @@ private extension MasterFeedViewController { return nil } - let localizedMenuText = NSLocalizedString("Mark All as Read in “%@”", comment: "Command") + let localizedMenuText = NSLocalizedString("Mark All as Read", comment: "Command") let title = NSString.localizedStringWithFormat(localizedMenuText as NSString, feed.nameForDisplay) as String let action = UIAction(title: title, image: AppAssets.markAllAsReadImage) { [weak self] action in MarkAsReadAlertController.confirm(self, coordinator: self?.coordinator, confirmTitle: title, sourceType: contentView) { [weak self] in @@ -1155,7 +1155,7 @@ private extension MasterFeedViewController { return nil } - let localizedMenuText = NSLocalizedString("Mark Older Than as Read in “%@”", comment: "Command") + let localizedMenuText = NSLocalizedString("Mark Older Than as Read...", comment: "Command") let title = NSString.localizedStringWithFormat(localizedMenuText as NSString, feed.nameForDisplay) as String let oneDayAction = UIAction(title: "1 Day") { [weak self] action in MarkAsReadAlertController.confirm(self, coordinator: self?.coordinator, confirmTitle: title, sourceType: contentView) { [weak self] in