mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
Fix MSG_MF_UID_PRIMARY log
This commit is contained in:
parent
355bcfbb66
commit
27d062496f
@ -557,7 +557,7 @@ public class PgpKeyOperation {
|
|||||||
|
|
||||||
// keep track if we actually changed one
|
// keep track if we actually changed one
|
||||||
boolean ok = false;
|
boolean ok = false;
|
||||||
log.add(LogType.MSG_MF_UID_PRIMARY, indent);
|
log.add(LogType.MSG_MF_UID_PRIMARY, indent, saveParcel.mChangePrimaryUserId);
|
||||||
indent += 1;
|
indent += 1;
|
||||||
|
|
||||||
// we work on the modifiedPublicKey here, to respect new or newly revoked uids
|
// we work on the modifiedPublicKey here, to respect new or newly revoked uids
|
||||||
|
@ -786,7 +786,7 @@
|
|||||||
<string name="msg_mf_subkey_strip">"Stripping subkey %s"</string>
|
<string name="msg_mf_subkey_strip">"Stripping subkey %s"</string>
|
||||||
<string name="msg_mf_success">"Keyring successfully modified"</string>
|
<string name="msg_mf_success">"Keyring successfully modified"</string>
|
||||||
<string name="msg_mf_uid_add">"Adding user id %s"</string>
|
<string name="msg_mf_uid_add">"Adding user id %s"</string>
|
||||||
<string name="msg_mf_uid_primary">"Changing primary uid to %s"</string>
|
<string name="msg_mf_uid_primary">"Changing primary user id to %s"</string>
|
||||||
<string name="msg_mf_uid_revoke">"Revoking user id %s"</string>
|
<string name="msg_mf_uid_revoke">"Revoking user id %s"</string>
|
||||||
<string name="msg_mf_uid_error_empty">"User ID must not be empty!"</string>
|
<string name="msg_mf_uid_error_empty">"User ID must not be empty!"</string>
|
||||||
<string name="msg_mf_unlock_error">"Error unlocking keyring!"</string>
|
<string name="msg_mf_unlock_error">"Error unlocking keyring!"</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user