aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Ramos <hiperzone@gmail.com>2015-03-27 22:36:20 +0000
committerDaniel Ramos <hiperzone@gmail.com>2015-03-27 23:15:27 +0000
commit605c9ace5859fae10d60c04af3acee236ac6a669 (patch)
tree7fa7793ff47baf8d67c0e6e942e8d75a5047aea8 /OpenKeychain/src/main/res/values/strings.xml
parentd6368db5641f21c817f736913de75c1fc85f0fda (diff)
downloadopen-keychain-605c9ace5859fae10d60c04af3acee236ac6a669.tar.gz
open-keychain-605c9ace5859fae10d60c04af3acee236ac6a669.tar.bz2
open-keychain-605c9ace5859fae10d60c04af3acee236ac6a669.zip
-Fixed a situation where additional emails could be duplicated when creating a new key -If CreateKeyEmailFragment view is recreated, the array of additional emails won't be repopulated again if its not null, avoiding new reallocations. -if CreateKeyEmailFragment view is recreated, the email adapter wont be recreated if its not null, avoiding new reallocations.
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 8c4fe2a33..6ee30887b 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -629,6 +629,7 @@
<string name="create_key_edit">"Change key configuration"</string>
<string name="create_key_add_email">"Add email address"</string>
<string name="create_key_add_email_text">"Additional email addresses are also associated to this key and can be used for secure communication."</string>
+ <string name="create_key_email_already_exists_text">"Email has already been added"</string>
<!-- View key -->
<string name="view_key_revoked">"Revoked: Key must not be used anymore!"</string>