From f2b5d31d5e748023f6251aca8ddbb465b095e68f Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 26 Nov 2019 10:21:18 -0600 Subject: [PATCH] Change Export Subscriptions action sheet title. Issue #1354 --- iOS/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 9137b876d..179e0b1e0 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -384,7 +384,7 @@ private extension SettingsViewController { } func exportOPMLAccountPicker(sourceView: UIView, sourceRect: CGRect) { - let title = NSLocalizedString("Select an Export Account", comment: "Select an Export Account") + let title = NSLocalizedString("Choose an account with the subscriptions to export", comment: "Export Account") let alert = UIAlertController(title: title, message: nil, preferredStyle: .actionSheet) if let popoverController = alert.popoverPresentationController {