aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-07-23 12:57:02 +0000
committerThialfihar <thialfihar@gmail.com>2010-07-23 12:57:02 +0000
commit2407f3b9892ddb0d34cfc5c674b6d4e3a6d06b51 (patch)
tree36f8d8a446d1e3b81ce862e8edb3e4de3daf5de7 /res/values
parent15461e47205e05b82bb49f7c633e5a6fb3cc9a47 (diff)
downloadopen-keychain-2407f3b9892ddb0d34cfc5c674b6d4e3a6d06b51.tar.gz
open-keychain-2407f3b9892ddb0d34cfc5c674b6d4e3a6d06b51.tar.bz2
open-keychain-2407f3b9892ddb0d34cfc5c674b6d4e3a6d06b51.zip
have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e83fd1734..a596a534a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -63,6 +63,8 @@
<string name="btn_delete">Delete</string>
<string name="btn_noDate">None</string>
<string name="btn_clearFilter">Clear Filter</string>
+ <string name="btn_changePassPhrase">Change Pass Phrase</string>
+ <string name="btn_setPassPhrase">Set Pass Phrase</string>
<!-- menu_lowerCase: capitalized words, no punctuation -->
<string name="menu_about">About</string>
@@ -71,8 +73,6 @@
<string name="menu_managePublicKeys">Manage Public Keys</string>
<string name="menu_manageSecretKeys">Manage Secret Keys</string>
<string name="menu_preferences">Settings</string>
- <string name="menu_changePassPhrase">Change Pass Phrase</string>
- <string name="menu_setPassPhrase">Set Pass Phrase</string>
<string name="menu_importKeys">Import Keys</string>
<string name="menu_exportKeys">Export Keys</string>
<string name="menu_exportKey">Export Key</string>
@@ -148,7 +148,7 @@
<string name="wrongPassPhrase">Wrong pass phrase.</string>
<string name="usingClipboardContent">Using clipboard content.</string>
<string name="keySaved">Key saved.</string>
- <string name="setAPassPhrase">Set a pass phrase via the option menu first.</string>
+ <string name="setAPassPhrase">Set a pass phrase first.</string>
<string name="noFilemanagerInstalled">No compatible file manager installed.</string>
<string name="passPhrasesDoNotMatch">The pass phrases didn\'t match.</string>
<string name="passPhraseMustNotBeEmpty">Empty pass phrases are not allowed.</string>