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 ceb3f665f..76d8fb2dc 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
@@ -72,7 +72,7 @@ public class EncryptKeyCompletionView extends TokenCompleteTextView {
private void initView() {
swapCursor(null);
- setPrefix(getContext().getString(R.string.label_to));
+ setPrefix(getContext().getString(R.string.label_to) + " ");
allowDuplicates(false);
}
diff --git a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
index 2189a1f34..cd31009f4 100644
--- a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
@@ -8,6 +8,11 @@
android:paddingRight="16dp"
android:paddingLeft="16dp">
+
+
+ android:text="@string/label_asymmetric_from"
+ android:paddingRight="8dp"/>
-
-
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/layout/recipient_box_entry.xml b/OpenKeychain/src/main/res/layout/recipient_box_entry.xml
index a7862c515..72a0bee48 100644
--- a/OpenKeychain/src/main/res/layout/recipient_box_entry.xml
+++ b/OpenKeychain/src/main/res/layout/recipient_box_entry.xml
@@ -9,9 +9,9 @@
+ android:layout_gravity="center_vertical"
+ android:padding="4dp"/>
Files: ASCII Armor
Let others know that you\'re using OpenKeychain
Writes \'OpenKeychain v2.7\' to OpenPGP signatures, ciphertext, and exported keys
- From:
- To:
+ Signed by:
+ Encrypt to:
Files: Delete After Encryption
Delete After Decryption
Encryption Algorithm
@@ -506,7 +506,7 @@
My Keys
- The message entered here will be signed using the key selected in \'From\' and encrypted for all recipients selected in \'To\'.
+ The message entered here will be signed using the key selected in \'Signed by\' and encrypted for all recipients selected in \'Encrypt to\'.
Enter ciphertext here to decrypt and/or verify…