aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorDaniel Ramos <hiperzone@gmail.com>2015-04-14 03:40:59 +0100
committerDaniel Ramos <hiperzone@gmail.com>2015-04-14 03:40:59 +0100
commitd097131a3dcdf806608f43e49e0be96cf34f5c64 (patch)
treebe0f2aaddf41e8a902c2acfeae2dbb381a35b1ab /OpenKeychain/src/main/res/values
parenta545d50f4b90915274bba7de405b251b86fdf2fd (diff)
downloadopen-keychain-d097131a3dcdf806608f43e49e0be96cf34f5c64.tar.gz
open-keychain-d097131a3dcdf806608f43e49e0be96cf34f5c64.tar.bz2
open-keychain-d097131a3dcdf806608f43e49e0be96cf34f5c64.zip
-Improved email sanity verifications when adding emails when creating a new Key
-fixed a few NFC crashes -fixed a few instances when showing the keyboard would crash the Activity -fixed a case where adding new emails would crash the app if the user went back and forth between the Add Email fragment and the Add Name fragment.
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-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 c1e3b51f9..c1ff5a1d1 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -631,6 +631,7 @@
<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 address has already been added"</string>
+ <string name="create_key_email_invalid_email">"Email address format is invalid"</string>
<!-- View key -->
<string name="view_key_revoked">"Revoked: Key must not be used anymore!"</string>