aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-09 22:00:44 +0100
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-03-10 02:49:34 +0530
commit7d2e2e3eec85193f41554605483506b1233e7f07 (patch)
treee88bafd5834cb6eda07be07e64ce85d84f13e937 /OpenKeychain/src/main/res/values
parent012b7e4830e9a52b896c17c98af68db5ade2e333 (diff)
downloadopen-keychain-7d2e2e3eec85193f41554605483506b1233e7f07.tar.gz
open-keychain-7d2e2e3eec85193f41554605483506b1233e7f07.tar.bz2
open-keychain-7d2e2e3eec85193f41554605483506b1233e7f07.zip
Make create key wizard step-by-step
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 784f2825c..8c4db3bac 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -627,8 +627,10 @@
<string name="create_key_final_robot_text">"Creating a key may take a while, have a cup of coffee in the meantime…"</string>
<string name="create_key_rsa">"(3 subkeys, RSA, 4096 bit)"</string>
<string name="create_key_custom">"(custom key configuration)"</string>
- <string name="create_key_text">"Enter your full name, email address, and choose a passhrase."</string>
- <string name="create_key_hint_full_name">"Full Name, e.g. Max Mustermann"</string>
+ <string name="create_key_name_text">"Choose a name associated with this key. This can be a full name, e.g., 'John Doe', or a nickname, e.g., 'Johnny'."</string>
+ <string name="create_key_email_text">"Choose the email address used for encrypted communication."</string>
+ <string name="create_key_passphrase_text">"Choose a strong passphrase. It protects your key when your device gets stolen."</string>
+ <string name="create_key_hint_full_name">"Full Name or Nickname"</string>
<string name="create_key_edit">"Change key configuration"</string>
<!-- View key -->