diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-10-30 16:59:51 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-10-30 16:59:51 +0200 |
| commit | cf048cf9c3ebd9ca8ee1e606b69bc459b62ed1c5 (patch) | |
| tree | 9864a2073a056ee6fd6b7391a2c39b885bb09363 /indra/newview/skins/default | |
| parent | 21e9b38f06e187414d30c12c8c69ebf7b4e4e636 (diff) | |
#4013 Update voice moderator options; show notifications when muted; add stub code for info request
Diffstat (limited to 'indra/newview/skins/default')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index dbd513afe8..3f9a2ba13e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9193,6 +9193,29 @@ Your voice has been muted by moderator. </notification> <notification + icon="alertmodal.tga" + name="NearbyVoiceMutedByModerator" + type="alertmodal"> + The moderator has muted your voice chat. +People in this location will not hear you if you speak. + <tag>voice</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" + name="NearbyVoiceUnmutedByModerator" + type="alertmodal"> + Your voice chat can now be heard by people in this location. + <tag>voice</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="FailedToGetBenefits" type="alertmodal"> |
