aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-12-22 22:55:28 +0000
committerThialfihar <thialfihar@gmail.com>2010-12-22 22:55:28 +0000
commit01889c405fd733c6a55eb7c9ef1f188b4cc95637 (patch)
tree398c6bae7f5ad783395f64c875eb5821d65e6cce /res/values
parent322d2e139fce229c0920bc0d4bcec6a0254aecd0 (diff)
downloadopen-keychain-01889c405fd733c6a55eb7c9ef1f188b4cc95637.tar.gz
open-keychain-01889c405fd733c6a55eb7c9ef1f188b4cc95637.tar.bz2
open-keychain-01889c405fd733c6a55eb7c9ef1f188b4cc95637.zip
strings fixes
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8add0db9e..763a5a6bd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -202,7 +202,7 @@
<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">Successfully added %s key(s) and updated %s key(s)."</string>
+ <string name="keysAddedAndUpdated">Successfully added %1$s key(s) and updated %2$s key(s).</string>
<string name="keysAdded">Successfully added %s key(s).</string>
<string name="keysUpdated">Successfully updated %s key(s).</string>
<string name="noKeysAddedOrUpdated">No keys added or updated.</string>