aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-01-27 23:23:57 +0100
committerChristian Schneppe <christian@pix-art.de>2018-01-27 23:23:57 +0100
commit4afd76cc04e07cca60420d5ddfcae19de2125613 (patch)
tree2a4e89ad4d8d8acd02d923870f8fc4d436c5f2e8 /src/main/res/values
parent3dfbf916c6c575a287ca663759f6d8c7e309e6af (diff)
show snackbar if you are not participating a group chat to clearify this for new users
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 c9441f595..7eb7f12a5 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -757,4 +757,5 @@
<string name="destroy_muc_text">Would you like to destroy the group chat %s? This will remove this group chat permanently.</string>
<string name="destroy_muc_succeed">Group chat successfully destroyed</string>
<string name="destroy_muc_failed">Group chat could not be destroyed</string>
+ <string name="no_write_access_in_public_muc">You are not participating this group chat and have no write access at the moment.\nPlease go to the group chat details by pressing <b>OK</b> and send a private message to a moderator, administator or owner by long clicking one of the members name at the top of the list to ask for write access.</string>
</resources>