diff options
author | dolphin <dolphin@lindenlab.com> | 2014-02-26 17:32:21 -0800 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-02-26 17:32:21 -0800 |
commit | c1f730ed46c14c12d5856109b622bf085c39abb0 (patch) | |
tree | 5c2382b0cdd20e69031c8c0f97c6b4322e1d6817 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | fa88239bd00fcb6d58f20a0c23699f108acbfcbc (diff) |
Moved the experience acquire code to the experiences panel
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d473b8de00..75a7240c9e 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6985,6 +6985,21 @@ Is this OK? text="Block"/> </form> </notification> + + <notification + icon="alertmodal.tga" + name="ExperienceAcquireFailed" + type="alertmodal"> +Unable to acquire a new experience: + [ERROR_MESSAGE] + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + + <notification icon="notify.tga" name="TeleportedHomeExperienceRemoved" |