aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-05-20 22:03:41 +0000
committerThialfihar <thialfihar@gmail.com>2010-05-20 22:03:41 +0000
commit260946009a039dc1c628578e6be5a69f6b33ed03 (patch)
treefc7a94a90957f5a7f9f4cadcfde91c6ed37c5f59 /res/values
parent6d107f3498c4ad092e88771439c4b0032bf540d2 (diff)
downloadopen-keychain-260946009a039dc1c628578e6be5a69f6b33ed03.tar.gz
open-keychain-260946009a039dc1c628578e6be5a69f6b33ed03.tar.bz2
open-keychain-260946009a039dc1c628578e6be5a69f6b33ed03.zip
properly import keys from streams that may contain multiple blocks of ASCII armour or binary data, also small adjustment in strings
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 e43d5f3f3..aa6975b2e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -166,9 +166,9 @@
<string name="specifyFileToExportSecretKeysTo">Please specify which file to export to.\nWARNING! You are about to export SECRET keys.\nWARNING! File will be overwritten if it exists.</string>
<string name="keyDeletionConfirmation">Do you really want to delete the key '%s'?\nYou can't undo this!</string>
<string name="secretKeyDeletionConfirmation">Do you really want to delete the SECRET key '%s'?\nYou can't undo this!</string>
- <string name="keysAddedAndUpdated">Succssfully added %s keys and updated %s keys."</string>
- <string name="keysAdded">Succssfully added %s keys.</string>
- <string name="keysUpdated">Succssfully updated %s keys.</string>
+ <string name="keysAddedAndUpdated">Succssfully added %s key(s) and updated %s key(s)."</string>
+ <string name="keysAdded">Succssfully added %s key(s).</string>
+ <string name="keysUpdated">Succssfully updated %s key(s).</string>
<string name="noKeysAddedOrUpdated">No keys added or updated.</string>
<string name="keyExported">Succssfully exported 1 key.</string>
<string name="keysExported">Succssfully exported %s keys.</string>