aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-07-03 16:54:17 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-07-03 16:54:17 +0200
commit0faf69e91fa5ccf3ba14267c5e2e6414e7be0324 (patch)
tree7a84023fadf24f354dcb5b1bc41ed4b18bf22ef0 /OpenKeychain/src/main/res/values/strings.xml
parentd03595f64e264aed21a53c5d238125ce09a90f02 (diff)
downloadopen-keychain-0faf69e91fa5ccf3ba14267c5e2e6414e7be0324.tar.gz
open-keychain-0faf69e91fa5ccf3ba14267c5e2e6414e7be0324.tar.bz2
open-keychain-0faf69e91fa5ccf3ba14267c5e2e6414e7be0324.zip
Subtle design improvements to yubikey dialog
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index e76cb5b36..5a43fda19 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -226,8 +226,8 @@
<string name="pin_for">"Enter PIN for '%s'"</string>
<string name="yubikey_pin_for">"Enter PIN to access YubiKey for '%s'"</string>
<string name="nfc_text">"Hold YubiKey against the NFC marker at the back of your device."</string>
- <string name="nfc_wait">"Don't release the YubiKey yet!"</string>
- <string name="nfc_finished">"Success"</string>
+ <string name="nfc_wait">"Keep the YubiKey at the back!"</string>
+ <string name="nfc_finished">"Please take away the YubiKey now."</string>
<string name="file_delete_confirmation_title">"Delete original files?"</string>
<string name="file_delete_confirmation">"The following files will be deleted:%s"</string>
<string name="file_delete_successful">"%1$d out of %2$d files have been deleted.%3$s"</string>