summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/notifications.xml
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-11-08 16:15:36 -0500
committerJonathan Yap <none@none>2013-11-08 16:15:36 -0500
commit3e429c1e11ab5d9a3279598fd671cee230d40afd (patch)
treede751e75ff9af86fa818d156a68a76da96503e49 /indra/newview/skins/default/xui/en/notifications.xml
parent662efccfb821c2bf61c286aeec97563d7f95a9f8 (diff)
STORM-1980/1983 Small XML cleanup.
Changed notification type to Alert. Addes seconds field to notification message.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-xindra/newview/skins/default/xui/en/notifications.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index a0a5a0395a..083ff46ebb 100755
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -6885,8 +6885,7 @@ This will add a bookmark in your inventory so you can quickly IM this Resident.
icon="notify.tga"
name="RegionRestartMinutes"
priority="high"
- sound="UISndAlert"
- type="notify">
+ type="alert">
[TIME] This region will restart in [MINUTES] minutes.
If you stay in this region you will be logged out.
</notification>
@@ -6895,8 +6894,7 @@ If you stay in this region you will be logged out.
icon="notify.tga"
name="RegionRestartSeconds"
priority="high"
- sound="UISndAlert"
- type="notify">
+ type="alert">
[TIME] This region will restart in [SECONDS] seconds.
If you stay in this region you will be logged out.
</notification>