mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 16:51:19 +01:00
Update Account/Sources/Account/Feedly/FeedlyAccountDelegateError.swift
Reword slightly as per review. Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
parent
8e10d45903
commit
45d26bee12
@ -23,7 +23,7 @@ enum FeedlyAccountDelegateError: LocalizedError {
|
|||||||
var errorDescription: String? {
|
var errorDescription: String? {
|
||||||
switch self {
|
switch self {
|
||||||
case .notLoggedIn:
|
case .notLoggedIn:
|
||||||
return NSLocalizedString("Please add the Feedly account again. If this problem persists, open the KeyChain app, delete all feedly.com entries, then try again.", comment: "Feedly – Credentials not found.")
|
return NSLocalizedString("Please add the Feedly account again. If this problem persists, open Keychain Access and delete all feedly.com entries, then try again.", comment: "Feedly – Credentials not found.")
|
||||||
|
|
||||||
case .unexpectedResourceId(let resourceId):
|
case .unexpectedResourceId(let resourceId):
|
||||||
let template = NSLocalizedString("Could not encode the identifier “%@”.", comment: "Feedly – Could not encode resource id to send to Feedly.")
|
let template = NSLocalizedString("Could not encode the identifier “%@”.", comment: "Feedly – Could not encode resource id to send to Feedly.")
|
||||||
|
Loading…
Reference in New Issue
Block a user