diff options
-rw-r--r-- | OpenPGP-Keychain/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml index 709e9b37d..645d7941a 100644 --- a/OpenPGP-Keychain/src/main/res/values/strings.xml +++ b/OpenPGP-Keychain/src/main/res/values/strings.xml @@ -210,8 +210,8 @@ <string name="file_delete_successful">Successfully deleted.</string> <string name="no_file_selected">Select a file first.</string> <string name="decryption_successful">Successfully decrypted and/or verified.</string> - <string name="encryption_successful">Successfully encrypted and/or signed.</string> - <string name="encryption_to_clipboard_successful">Successfully encrypted and/or signed to clipboard.</string> + <string name="encryption_successful">Successfully signed and/or encrypted.</string> + <string name="encryption_to_clipboard_successful">Successfully signed and/or encrypted to clipboard.</string> <string name="enter_passphrase_twice">Enter the passphrase twice.</string> <string name="select_encryption_key">Select at least one encryption key.</string> <string name="select_encryption_or_signature_key">Select at least one encryption key or a signature key.</string> |