aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 16:00:09 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 17:14:10 +0100
commit345e2b7da1f1bc39a2e6d2274813adc7b6a410c0 (patch)
tree3edbc81dc4d94a124cc132f27b9f508d5d3af6c4 /src/main/res/values/strings.xml
parent6c083786f1fe49b9052c9e8712c7e859f0f1ad49 (diff)
rework no write access hint in moderated public mucs
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7c899ecd4..e0d3b9120 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -702,7 +702,7 @@
<string name="destroy_room_dialog">Would you like to destroy the group chat %s? This will remove this group chat permanently.</string>
<string name="destroy_room_succeed">Group chat successfully destroyed</string>
<string name="destroy_room_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, administrator or owner by long clicking one of the members name at the top of the list to ask for write access.</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, administrator or owner by long clicking one of the members name at the top/front of the list to ask for write access.</string>
<string name="snooze">Snooze</string>
<string name="huawei_protected_apps">Protected Apps</string>
<string name="huawei_protected_apps_summary">To keep receiving notifications, even when the screen is turned off, you need to add Pix-Art Messenger to the list of protected apps.</string>
@@ -988,4 +988,5 @@
<string name="gp_long">Long</string>
<string name="pref_notification_grace_period">Grace Period</string>
<string name="pref_notification_grace_period_summary">The length of time notifications are silenced after detecting activity on one of your other devices.</string>
+ <string name="ask_for_writeaccess">Please ask for write access</string>
</resources>