modifySecretKey: err out on revocation of nonexistent user id

This commit is contained in:
Vincent Breitmoser
2014-08-16 05:13:09 +02:00
parent 0708b573fc
commit c54fe21f44
4 changed files with 21 additions and 0 deletions

View File

@@ -639,6 +639,7 @@
<string name="msg_mf_error_keyid">No key ID. This is an internal error, please file a bug report!</string>
<string name="msg_mf_error_integrity">Internal error, integrity check failed!</string>
<string name="msg_mf_error_noexist_primary">Bad primary user id specified!</string>
<string name="msg_mf_error_noexist_revoke">Bad user id for revocation specified!</string>
<string name="msg_mf_error_revoked_primary">Revoked user ids cannot be primary!</string>
<string name="msg_mf_error_pgp">PGP internal exception!</string>
<string name="msg_mf_error_sig">Signature exception!</string>