aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-09-30 19:55:30 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-09-30 19:55:30 +0200
commitcce236517379804ebabdc43c78aceabbce3b396e (patch)
tree24eb7d6fd53bae10155fcaa3a81c3f108a2e0d5d /OpenKeychain/src/main
parentb1b16b93130dcb8ed06747fff7555c249bdebbf6 (diff)
downloadopen-keychain-cce236517379804ebabdc43c78aceabbce3b396e.tar.gz
open-keychain-cce236517379804ebabdc43c78aceabbce3b396e.tar.bz2
open-keychain-cce236517379804ebabdc43c78aceabbce3b396e.zip
Clarify api_create_account_text
Diffstat (limited to 'OpenKeychain/src/main')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index f9ae6f029..b04db2fa8 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -442,8 +442,8 @@
<string name="api_settings_settings">"Settings"</string>
<string name="api_settings_key">"Account key:"</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_create_account_text">"No key is configured for this account. Please select one of your existing keys or create a new one.\nApps can only decrypt/sign with the keys selected here!"</string>
+ <string name="api_update_account_text">"The key saved for this account has been deleted. Please select a different one!\nApps can only decrypt/sign with the keys selected 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>