aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-07-04 09:52:25 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-07-04 09:52:25 +0200
commit3363507be48e6ee77341fc8d637528610dc5136f (patch)
treeee7f4a8dd693a92303fabdf393f6e0900ba7d369
parent709196f774fc24dc0e7e6440391113f6be1e8e3a (diff)
downloadopen-keychain-3363507be48e6ee77341fc8d637528610dc5136f.tar.gz
open-keychain-3363507be48e6ee77341fc8d637528610dc5136f.tar.bz2
open-keychain-3363507be48e6ee77341fc8d637528610dc5136f.zip
Bett API string
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index cffd234d2..29780f235 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -430,9 +430,9 @@
<string name="api_settings_package_name">Package Name</string>
<string name="api_settings_package_signature">SHA-256 of Package Signature</string>
<string name="api_settings_accounts">Accounts</string>
- <string name="api_settings_accounts_empty">No accounts attached to this application.</string>
- <string name="api_create_account_text">The application requests the creation of a new account. Please select an existing private key or create a new one.\nApplications are restricted to the usage of keys you select here!</string>
- <string name="api_register_text">The displayed application requests access to OpenKeychain.\nAllow access?\n\nWARNING: If you do not know why this screen appeared, disallow access! You can revoke access later using the \'Registered Applications\' screen.</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 an existing private key or create a new 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>
<string name="api_register_error_select_key">Please select a key!</string>