Slight amendments for clarity
This commit is contained in:
@@ -300,7 +300,9 @@ public class CreateKeyFinalFragment extends Fragment {
|
||||
|
||||
if(createKeyActivity.mPassphrase != null) {
|
||||
saveKeyringParcel.setNewUnlock(new ChangeUnlockParcel(createKeyActivity.mPassphrase));
|
||||
}
|
||||
} else {
|
||||
saveKeyringParcel.setNewUnlock(null);
|
||||
}
|
||||
}
|
||||
String userId = KeyRing.createUserId(
|
||||
new KeyRing.UserId(createKeyActivity.mName, createKeyActivity.mEmail, null)
|
||||
|
||||
@@ -466,6 +466,7 @@ public class ViewKeyActivity extends BaseSecurityTokenActivity implements
|
||||
if (message.what == SetPassphraseDialogFragment.MESSAGE_OKAY) {
|
||||
Bundle data = message.getData();
|
||||
|
||||
// use new passphrase!
|
||||
mChangeUnlockParcel = new ChangeUnlockParcel(
|
||||
mMasterKeyId,
|
||||
mFingerprint,
|
||||
|
||||
@@ -527,7 +527,7 @@
|
||||
<string name="import_qr_code_button">"Scan QR Code"</string>
|
||||
<string name="import_qr_code_text">"Place your camera over the QR Code!"</string>
|
||||
<string name="import_warning_title">"Warning"</string>
|
||||
<string name="import_warning">"Imported keys will overwrite existing keys that have the same IDs!"</string>
|
||||
<string name="import_warning">"Import will overwrite existing keys that have the same IDs!"</string>
|
||||
|
||||
<!-- Import from URL -->
|
||||
<string name="import_url_warn_no_search_parameter">"No search query defined. You can still manually search on this keyserver."</string>
|
||||
|
||||
Reference in New Issue
Block a user