diff --git a/OpenPGP-Keychain/res/layout/import_keys_clipboard_fragment.xml b/OpenPGP-Keychain/res/layout/import_keys_clipboard_fragment.xml
index 961c6523a..abde4e972 100644
--- a/OpenPGP-Keychain/res/layout/import_keys_clipboard_fragment.xml
+++ b/OpenPGP-Keychain/res/layout/import_keys_clipboard_fragment.xml
@@ -10,7 +10,8 @@
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_margin="10dp"
- android:text="@string/import_from_clipboard"
+ android:text="@string/import_clipboard_button"
+ bootstrapbutton:bb_icon_left="fa-clipboard"
bootstrapbutton:bb_size="default"
bootstrapbutton:bb_type="default" />
diff --git a/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml b/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
index 6d70578af..203cc6ad6 100644
--- a/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
+++ b/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
@@ -1,17 +1,28 @@
-
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/OpenPGP-Keychain/res/values/strings.xml b/OpenPGP-Keychain/res/values/strings.xml
index 746a13015..a17687369 100644
--- a/OpenPGP-Keychain/res/values/strings.xml
+++ b/OpenPGP-Keychain/res/values/strings.xml
@@ -332,6 +332,9 @@
QR Code malformed! Please try again!
QR Code scanning finished!
Scan QR Code with \'Barcode Scanner\'
+ To exchange keys via NFC, the device needs to be unlocked.
+ Help
+ Get key from clipboard
OpenPGP: Decrypt File