diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-06-26 15:22:12 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-06-26 15:22:12 +0300 |
commit | ca067076c18b961ab68a0f1bb88ff252850181dd (patch) | |
tree | dba479fe744207a4e8adb2fd7693ccf6dfe6b7e6 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 07a1be20c1d0db001e154569f3bfb45e23dca1b8 (diff) |
SL-11489 Add new "preexisting_tport" message to viewer
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f72767cceb..72efb4921a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2480,6 +2480,13 @@ Sorry, but the system was unable to complete your region crossing in a timely fa </notification> <notification icon="alertmodal.tga" + name="preexisting_tport" + type="alertmodal"> + <tag>fail</tag> +Sorry, but the system was unable to start your teleport. Please try again in a few minutes. + </notification> + <notification + icon="alertmodal.tga" name="no_host" type="alertmodal"> <tag>fail</tag> |