aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-08-13 18:48:42 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-08-13 18:48:42 +0200
commitdb12f782f284e56dd3872ef4a16a49e037c6c078 (patch)
tree40bf6f82ce43821e8459b2c5579aaaaaba26ee91 /OpenKeychain/src/main/res/values/strings.xml
parent38da2af0e89ca05f2a01ed08801dee635784168e (diff)
downloadopen-keychain-db12f782f284e56dd3872ef4a16a49e037c6c078.tar.gz
open-keychain-db12f782f284e56dd3872ef4a16a49e037c6c078.tar.bz2
open-keychain-db12f782f284e56dd3872ef4a16a49e037c6c078.zip
API: User interaction when account keys are deleted
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 1697391e6..9d84d8840 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -391,6 +391,7 @@
<string name="api_settings_accounts">Accounts</string>
<string name="api_settings_accounts_empty">No accounts attached to this app.</string>
<string name="api_create_account_text">The app requests the creation of a new account. Please select one of your existing keys or create a new one.\nApps are restricted to the usage of keys you select here!</string>
+ <string name="api_update_account_text">The key saved for this account has been deleted. Please select a different one!\nApps are restricted to the usage of keys you select here!</string>
<string name="api_register_text">The displayed app wants to encrypt/decrypt messages and sign them in your name.\nAllow access?\n\nWARNING: If you do not know why this screen appeared, disallow access! You can revoke access later using the \'Apps\' screen.</string>
<string name="api_register_allow">Allow access</string>
<string name="api_register_disallow">Disallow access</string>