diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 3f9a2ba13e..14e9211b9c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9193,26 +9193,20 @@ Your voice has been muted by moderator. </notification> <notification - icon="alertmodal.tga" + icon="notifytip.tga" name="NearbyVoiceMutedByModerator" - type="alertmodal"> + type="notifytip"> 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"/> + <tag>voice</tag> </notification> <notification - icon="alertmodal.tga" + icon="notifytip.tga" name="NearbyVoiceUnmutedByModerator" - type="alertmodal"> + type="notifytip"> Your voice chat can now be heard by people in this location. - <tag>voice</tag> - <usetemplate - name="okbutton" - yestext="OK"/> + <tag>voice</tag> </notification> <notification |
