diff options
Diffstat (limited to 'OpenKeychain')
| -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> | 
