Polish error message

This commit is contained in:
Yishi Lin 2017-05-04 20:17:59 +08:00
parent f0ca07187c
commit 4ca6c39174

View file

@ -28,7 +28,7 @@ enum AppError: Error {
case .PasswordDuplicatedError:
return "Cannot add the password: password duplicated."
case .GitResetError:
return "Cannot decide how to reset."
return "Cannot identify the latest synced commit."
case .PGPPublicKeyNotExistError:
return "PGP public key doesn't exist."
case .UnknownError: