mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
Fix not authenticated message
This commit is contained in:
parent
55eea27c8d
commit
d7a9fc6de4
@ -57,7 +57,7 @@ class CloudKitError: LocalizedError {
|
|||||||
case .networkFailure:
|
case .networkFailure:
|
||||||
return NSLocalizedString("Network Failure: the internet connection appears to be offline.", comment: "Known iCloud Error")
|
return NSLocalizedString("Network Failure: the internet connection appears to be offline.", comment: "Known iCloud Error")
|
||||||
case .notAuthenticated:
|
case .notAuthenticated:
|
||||||
return NSLocalizedString("Not Authenticated: to use this app, you must enable iCloud syncing. Go to device Settings, sign in to iCloud, then in the app settings, be sure the iCloud feature is enabled.", comment: "Known iCloud Error")
|
return NSLocalizedString("Not Authenticated: to use the iCloud account, you must enable iCloud syncing. Go to device Settings, sign in to iCloud, then in the app settings, be sure the iCloud feature is enabled.", comment: "Known iCloud Error")
|
||||||
case .operationCancelled:
|
case .operationCancelled:
|
||||||
return NSLocalizedString("Operation Cancelled: the operation was explicitly canceled.", comment: "Known iCloud Error")
|
return NSLocalizedString("Operation Cancelled: the operation was explicitly canceled.", comment: "Known iCloud Error")
|
||||||
case .partialFailure:
|
case .partialFailure:
|
||||||
|
Loading…
Reference in New Issue
Block a user