diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5e966395dc..ee007197d7 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7118,6 +7118,14 @@ Scripts associated with this experience will be able to do the following on regi <tag>confirm</tag> <form name="form"> <button + index="3" + name="BlockExperience" + text="Block Experience"/> + <button + index="2" + name="Mute" + text="Block Object"/> + <button index="0" name="Yes" text="Yes"/> @@ -7125,14 +7133,6 @@ Scripts associated with this experience will be able to do the following on regi index="1" name="No" text="No"/> - <button - index="2" - name="Mute" - text="Block Object"/> - <button - index="3" - name="BlockExperience" - text="Block Experience"/> </form> </notification> |