diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2015-01-01 21:13:07 +0100 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2015-01-01 21:13:07 +0100 |
commit | 1c1ae769ef78a9bd3c95f97b95215616ee9b15db (patch) | |
tree | 5ed49a4b266bc66afec913fa25939350ce180b75 /OpenKeychain/src/main/res | |
parent | 2d38079574381ddafc47bd1f31dc6e35a2d67b6a (diff) | |
download | open-keychain-1c1ae769ef78a9bd3c95f97b95215616ee9b15db.tar.gz open-keychain-1c1ae769ef78a9bd3c95f97b95215616ee9b15db.tar.bz2 open-keychain-1c1ae769ef78a9bd3c95f97b95215616ee9b15db.zip |
small improvements regarding pin tests and logging
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 05ea2a99a..be409078a 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -803,7 +803,9 @@ <string name="msg_mf_error_pgp">"Internal PGP error!"</string> <string name="msg_mf_error_sig">"Signature exception!"</string> <string name="msg_mf_master">"Modifying master certifications"</string> - <string name="msg_mf_passphrase">"Changing passphrase for keyring…"</string> + <string name="msg_mf_notation_empty">"Adding empty notation packet"</string> + <string name="msg_mf_notation_pin">"Adding PIN notation packet"</string> + <string name="msg_mf_passphrase">"Changing passphrase for keyring"</string> <string name="msg_mf_passphrase_key">"Re-encrypting subkey %s with new passphrase"</string> <string name="msg_mf_passphrase_empty_retry">"Setting new passphrase failed, trying again with empty old passphrase"</string> <string name="msg_mf_passphrase_fail">"Passphrase for subkey could not be changed! (Does it have a different one from the other keys?)"</string> |