Fix MSG_MF_UID_PRIMARY log

This commit is contained in:
Dominik Schürmann 2014-10-07 17:50:09 +02:00
parent 355bcfbb66
commit 27d062496f
2 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,7 @@ public class PgpKeyOperation {
// keep track if we actually changed one
boolean ok = false;
log.add(LogType.MSG_MF_UID_PRIMARY, indent);
log.add(LogType.MSG_MF_UID_PRIMARY, indent, saveParcel.mChangePrimaryUserId);
indent += 1;
// we work on the modifiedPublicKey here, to respect new or newly revoked uids

View File

@ -786,7 +786,7 @@
<string name="msg_mf_subkey_strip">"Stripping subkey %s"</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_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_error_empty">"User ID must not be empty!"</string>
<string name="msg_mf_unlock_error">"Error unlocking keyring!"</string>