diff options
| author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-07-04 09:52:25 +0200 | 
|---|---|---|
| committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-07-04 09:52:25 +0200 | 
| commit | 3363507be48e6ee77341fc8d637528610dc5136f (patch) | |
| tree | ee7f4a8dd693a92303fabdf393f6e0900ba7d369 /OpenKeychain/src | |
| parent | 709196f774fc24dc0e7e6440391113f6be1e8e3a (diff) | |
| download | open-keychain-3363507be48e6ee77341fc8d637528610dc5136f.tar.gz open-keychain-3363507be48e6ee77341fc8d637528610dc5136f.tar.bz2 open-keychain-3363507be48e6ee77341fc8d637528610dc5136f.zip | |
Bett API string
Diffstat (limited to 'OpenKeychain/src')
| -rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 6 | 
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> | 
