mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #1419 from nostodnayr/master
Removed double spaces after punctuation in user-facing strings
This commit is contained in:
@@ -72,9 +72,9 @@ class AccountInspectorViewController: UITableViewController {
|
||||
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 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")
|
||||
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 delete this account? This cannot be undone.", comment: "Delete Account")
|
||||
}
|
||||
}()
|
||||
let alertController = UIAlertController(title: title, message: message, preferredStyle: .alert)
|
||||
|
||||
Reference in New Issue
Block a user