diff options
author | Sam Whited <sam@samwhited.com> | 2014-11-15 11:19:42 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-11-15 11:21:47 -0500 |
commit | c09d450db815f51802caf0ea761ee01617a4ad19 (patch) | |
tree | 1ca77a5198c36d7f8b91c7ee40790dd081a96077 /src/main/res/values | |
parent | d94b07c916757b351c5d85762b9441ad5e7354f0 (diff) |
Add security error status
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e720101c..4a1ec675 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -141,6 +141,7 @@ <string name="account_status_regis_conflict">Username already in use</string> <string name="account_status_regis_success">Registration completed</string> <string name="account_status_regis_not_sup">Server does not support registration</string> + <string name="account_status_security_error">Security error</string> <string name="encryption_choice_none">Plain text</string> <string name="encryption_choice_otr">OTR</string> <string name="encryption_choice_pgp">OpenPGP</string> |