modifyKey: error out on nonexisting new primary user id

This commit is contained in:
Vincent Breitmoser
2014-07-11 13:35:48 +02:00
parent 4345e0309d
commit 4da273ac16
3 changed files with 12 additions and 0 deletions

View File

@@ -643,6 +643,7 @@
<string name="msg_mf_error_fingerprint">Actual key fingerprint does not match the expected one!</string>
<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_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>