diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-11-01 17:04:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 17:04:37 +0200 |
commit | 76ff2e0bbc6a209addfa0f427459e7877d87938d (patch) | |
tree | 84b820df072b858d4dc2ccede6a80bc24dc0e76c /indra/newview/skins/default/xui/en | |
parent | 5bbee82ee4978298cd0769ea47e16578631eca9b (diff) |
#2938 show confirmation before closing Conference chat
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index cbc0f7ceae..526be61207 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9597,6 +9597,22 @@ Are you sure you want to leave this call? <notification icon="alertmodal.tga" + name="ConfirmLeaveAdhoc" + type="alertmodal"> +Are you sure you want to leave this conference chat? + <tag>confirm</tag> + <tag>voice</tag> + <usetemplate + ignoretext="Confirm before I leave conference chat" + name="okcancelignore" + notext="No" + yestext="Yes"> + <unique/> + </usetemplate> + </notification> + + <notification + icon="alertmodal.tga" name="ConfirmMuteAll" type="alert"> You have selected to mute all participants in a group call. |