From d0c3f05f0e413b08a538828facf968faf1c9a60a Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sat, 24 Apr 2021 15:16:20 +0800 Subject: [PATCH] Delete change to Remove --- .../AccountInspectorViewController.swift | 8 +++---- iOS/Inspector/Inspector.storyboard | 22 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/iOS/Inspector/AccountInspectorViewController.swift b/iOS/Inspector/AccountInspectorViewController.swift index 77a6082d6..f10257da6 100644 --- a/iOS/Inspector/AccountInspectorViewController.swift +++ b/iOS/Inspector/AccountInspectorViewController.swift @@ -92,13 +92,13 @@ class AccountInspectorViewController: UITableViewController { return } - let title = NSLocalizedString("Delete Account", comment: "Delete Account") + let title = NSLocalizedString("Remove Account", comment: "Remove Account") let message: String = { switch account.type { case .feedly: - return NSLocalizedString("Are you sure you want to delete this account? NetNewsWire will no longer be able to access articles and feeds unless the account is added again.", comment: "Log Out and Delete Account") + return NSLocalizedString("Are you sure you want to remove this account? NetNewsWire will no longer be able to access articles and feeds unless the account is added again.", comment: "Log Out and Remove Account") default: - return NSLocalizedString("Are you sure you want to delete this account? This cannot be undone.", comment: "Delete Account") + return NSLocalizedString("Are you sure you want to remove this account? This cannot be undone.", comment: "Remove Account") } }() let alertController = UIAlertController(title: title, message: message, preferredStyle: .alert) @@ -106,7 +106,7 @@ class AccountInspectorViewController: UITableViewController { let cancelAction = UIAlertAction(title: cancelTitle, style: .cancel) alertController.addAction(cancelAction) - let markTitle = NSLocalizedString("Delete", comment: "Delete") + let markTitle = NSLocalizedString("Remove", comment: "Remove") let markAction = UIAlertAction(title: markTitle, style: .default) { [weak self] (action) in guard let self = self, let account = self.account else { return } AccountManager.shared.deleteAccount(account) diff --git a/iOS/Inspector/Inspector.storyboard b/iOS/Inspector/Inspector.storyboard index 384157ff9..45fcc87f2 100644 --- a/iOS/Inspector/Inspector.storyboard +++ b/iOS/Inspector/Inspector.storyboard @@ -1,9 +1,9 @@ - + - + @@ -27,10 +27,10 @@ - + - + @@ -52,7 +52,7 @@