aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2014-11-15 11:29:58 -0500
committerSam Whited <sam@samwhited.com>2014-11-15 11:29:58 -0500
commit251f4d6d7f93da6d23c3422cf8eeece780789f45 (patch)
tree56f918a32397f4e15817816692ff2bb4613e415d /src/main/res
parentc09d450db815f51802caf0ea761ee01617a4ad19 (diff)
Add incompatible server status
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 4a1ec675..db9f95d4 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -142,6 +142,7 @@
<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="account_status_incompatible_server">Incompatible server</string>
<string name="encryption_choice_none">Plain text</string>
<string name="encryption_choice_otr">OTR</string>
<string name="encryption_choice_pgp">OpenPGP</string>