aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-04-29 01:11:26 +0000
committerThialfihar <thialfihar@gmail.com>2010-04-29 01:11:26 +0000
commit88fc659ff6b9038266043908ec5f3ccb7d519dba (patch)
treebcefc957f769155cf4179372d34830068d0b01f6 /res/values
parente83a5311aed0671c044287ca571cb88fe2bcd522 (diff)
downloadopen-keychain-88fc659ff6b9038266043908ec5f3ccb7d519dba.tar.gz
open-keychain-88fc659ff6b9038266043908ec5f3ccb7d519dba.tar.bz2
open-keychain-88fc659ff6b9038266043908ec5f3ccb7d519dba.zip
put return values into the Id class as well, changed encrypt file layout to use symmetric OR asymmetric again, layout and string adjustments
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e820dc16e..5fefc599d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -65,11 +65,13 @@
<string name="label_algorithm">Algorithm</string>
<string name="label_ascii_armour">ASCII Armour</string>
<string name="label_select_public_keys">Public Key(s)</string>
- <string name="label_use_pass_phrase">Use Pass Phrase</string>
<string name="label_encryption_algorithm">Encryption Algorithm</string>
<string name="label_hash_algorithm">Hash Algorithm</string>
+ <string name="use_asymmetric">Public Key</string>
+ <string name="use_symmetric">Pass Phrase</string>
+
<string name="section_defaults">Defaults</string>
<string name="sign_only">Sign only</string>