aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-07-08 01:41:55 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-07-08 01:41:55 +0200
commit642f83c1f4a69e513334321f7f5810bdfc7f1ad2 (patch)
treee3d23df5d7789d6e8c849dc86fdecfac8f68fa0f /OpenKeychain/src/main/res/values
parentac2c8f994e42f063ad9229c2ea511599b6adb70f (diff)
downloadopen-keychain-642f83c1f4a69e513334321f7f5810bdfc7f1ad2.tar.gz
open-keychain-642f83c1f4a69e513334321f7f5810bdfc7f1ad2.tar.bz2
open-keychain-642f83c1f4a69e513334321f7f5810bdfc7f1ad2.zip
better handling of divert-to-card keys for subkey modifications
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-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 cae2faef2..1be726447 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -991,6 +991,7 @@
<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>
+ <string name="msg_mf_error_sub_stripped">"Cannot modify stripped subkey %s!"</string>
<string name="msg_mf_error_subkey_missing">"Tried to operate on missing subkey %s!"</string>
<string name="msg_mf_error_conflicting_nfc_commands">"Cannot move key to smart card in same operation that creates an on-card signature."</string>
<string name="msg_mf_error_duplicate_keytocard_for_slot">"Smart card supports only one slot per key type."</string>