aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-01 14:48:54 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-01 14:48:54 +0200
commit0408d06dd199703d9b88fc15cfbeeca9e93a72af (patch)
tree6282e2a520bb6dd633e3ee56ce98c9acbb2fd62e /src/main/res/values
parent916301261a3ed2b7b545b4518a837f23b592f1c1 (diff)
introduced error code for server not opening stream after auth or starttls
Diffstat (limited to 'src/main/res/values')
-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 62b415cf3..d3f9eeb0c 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -826,4 +826,5 @@
<string name="action_group_details">Group details</string>
<string name="view_media">View media</string>
<string name="media_browser">Media browser</string>
+ <string name="account_status_stream_opening_error">Stream opening error</string>
</resources>