aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-20 18:55:16 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-20 18:55:16 +0100
commit88ca41d55586e5084cc3f177eb12617aa640ae1d (patch)
tree0ed8cfd30aa31814791c8594644d590d08d14389 /OpenKeychain/src/main/res
parent3e51da3afa542c62b82bbcf9a953cdcd379950a2 (diff)
downloadopen-keychain-88ca41d55586e5084cc3f177eb12617aa640ae1d.tar.gz
open-keychain-88ca41d55586e5084cc3f177eb12617aa640ae1d.tar.bz2
open-keychain-88ca41d55586e5084cc3f177eb12617aa640ae1d.zip
add edit key unit test for no-op
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 76514575c..6c8ccd340 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -910,6 +910,7 @@
<string name="msg_mf_error_restricted">"Tried to execute restricted operation without passphrase! This is a programming error, please file a bug report!"</string>
<string name="msg_mf_error_revoked_primary">"Revoked user IDs cannot be primary!"</string>
<string name="msg_mf_error_null_expiry">"Expiry time cannot be "same as before" on subkey creation. This is a programming error, please file a bug report!"</string>
+ <string name="msg_mf_error_noop">"Nothing to do!"</string>
<string name="msg_mf_error_passphrase_master">"Fatal error decrypting master key! This is likely a programming error, please file a bug report!"</string>
<string name="msg_mf_error_pgp">"Internal OpenPGP error!"</string>
<string name="msg_mf_error_sig">"Signature exception!"</string>