From e471560e25c99aeffb53295b3615876e38522639 Mon Sep 17 00:00:00 2001 From: grait Date: Sun, 9 Mar 2014 14:59:56 +0530 Subject: progress bar during key creation - minor text change --- OpenPGP-Keychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenPGP-Keychain/src/main/res') diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml index cd016c41e..2e0aed998 100644 --- a/OpenPGP-Keychain/src/main/res/values/strings.xml +++ b/OpenPGP-Keychain/src/main/res/values/strings.xml @@ -313,7 +313,7 @@ saving… importing… exporting… - generating key, this can take up to 3 minutes… + generating keys, this can take up to 3 minutes… building key… preparing master key… certifying master key… -- cgit v1.2.3 From 4874ea567a81f5b2e67895296782f36d294a8d77 Mon Sep 17 00:00:00 2001 From: grait Date: Sun, 9 Mar 2014 17:45:58 +0530 Subject: progress bar while key creation - added plurals based on no.of keys while key creation --- OpenPGP-Keychain/src/main/res/values/strings.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'OpenPGP-Keychain/src/main/res') diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml index 2e0aed998..57e42e84f 100644 --- a/OpenPGP-Keychain/src/main/res/values/strings.xml +++ b/OpenPGP-Keychain/src/main/res/values/strings.xml @@ -313,7 +313,7 @@ saving… importing… exporting… - generating keys, this can take up to 3 minutes… + generating key, this can take up to 3 minutes… building key… preparing master key… certifying master key… @@ -326,6 +326,11 @@ exporting keys… + + generating key, this can take up to 3 minutes… + generating keys, this can take up to 3 minutes… + + extracting signature key… extracting key… preparing streams… -- cgit v1.2.3