diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java index 065cfb5d0..f98fda56f 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java @@ -88,10 +88,6 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView @Override protected KeyItem defaultObject(String completionText) { - // TODO: We could try to automagically download the key if it's unknown but a key id - /*if (completionText.startsWith("0x")) { - - }*/ return null; } diff --git a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml index 56647ec65..ab1bf3d4a 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml @@ -40,6 +40,7 @@ "Writes 'OpenKeychain v2.7' to OpenPGP signatures, ciphertext, and exported keys" Use number keypad for YubiKey PIN "Sign with:" - "Encrypt to:" + "Encrypt to" "Delete files after encryption" "Delete after decryption" "Encryption algorithm"