aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-04-30 18:45:43 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-04-30 18:45:43 +0200
commit7c275fed9d93e0c45b2fb00d94bde702b44c8811 (patch)
treecf1141e16c47a6e7d15e2ccde93fb25d3d40ef7c /OpenKeychain/src/main/res/values/strings.xml
parentf623411fb635f106946960b5e6a05767f15fb598 (diff)
downloadopen-keychain-7c275fed9d93e0c45b2fb00d94bde702b44c8811.tar.gz
open-keychain-7c275fed9d93e0c45b2fb00d94bde702b44c8811.tar.bz2
open-keychain-7c275fed9d93e0c45b2fb00d94bde702b44c8811.zip
API: Allow selection of decryption keys when decryption fails
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-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 f72bdb7fc..d274a5ca3 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -521,6 +521,7 @@
<string name="api_select_pub_keys_text_no_user_ids">"Please select the recipients!"</string>
<string name="api_error_wrong_signature">"Signature check failed! Have you installed this app from a different source? If you are sure that this is not an attack, revoke this app's registration in OpenKeychain and then register the app again."</string>
<string name="api_select_sign_key_text">"Please select one of your existing keys or create a new one."</string>
+ <string name="api_select_keys_text">"None of the allowed keys is able to decrypt the content. Please select the allowed keys."</string>
<!-- Share -->
<string name="share_qr_code_dialog_title">"Share with QR Code"</string>