diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-10-12 17:49:36 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-10-12 17:49:36 -0700 |
commit | 17a04f8231a0787a7e72c7b3ad5cf37b08a466d0 (patch) | |
tree | 1d8bd0b9a79a190b079447fb8f1090bd9d745ac4 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | ec57776a23f36a9df02ee614c4f0ef20fcea0c7c (diff) |
EVE-47 - Event formatting should appear in "Profile" window
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl
EVE-72 - Modify viewer to make the event profile window be an html control
This is basically a reworking of the event profile display to remove all in-viewer
specific event display rendering, in preparation for richtext descriptions.
Most was removal of code.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 609a9b09be..2473c2e424 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4858,14 +4858,10 @@ Event Notification: <form name="form"> <button index="0" - name="Teleport" - text="Teleport"/> + name="Details" + text="Details"/> <button index="1" - name="Description" - text="Description"/> - <button - index="2" name="Cancel" text="Cancel"/> </form> |