diff options
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/defaults.xml | 1 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index e1e39fbe5..26d1179ae 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -39,6 +39,7 @@ <bool name="validate_hostname">false</bool> <bool name="show_foreground_service">true</bool> <bool name="warn_unencrypted_chat">true</bool> + <bool name="hide_you_are_not_participating">false</bool> <bool name="use_bundled_emoji">true</bool> <bool name="enable_multi_accounts">false</bool> <bool name="show_qr_code_scan">true</bool> 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> |