diff options
author | Jonathan Yap <none@none> | 2013-11-08 16:15:36 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-11-08 16:15:36 -0500 |
commit | 3e429c1e11ab5d9a3279598fd671cee230d40afd (patch) | |
tree | de751e75ff9af86fa818d156a68a76da96503e49 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 662efccfb821c2bf61c286aeec97563d7f95a9f8 (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-x | indra/newview/skins/default/xui/en/notifications.xml | 6 |
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> |