diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-19 18:06:22 +0300 | 
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-19 18:06:22 +0300 | 
| commit | 8de9d6b40698c36a270a50cf507faca4c440f311 (patch) | |
| tree | 30aa4429e6d9530ec1b8044c647f953b02188556 | |
| parent | 1f1b51c7ce9f34978b1caa09a07b972ce07b027f (diff) | |
SL-11416 Teleport failure messages should not stack up
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 465652cfde..f72767cceb 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2396,6 +2396,7 @@ Your search terms were too short so no search was performed.     icon="alertmodal.tga"     name="CouldNotTeleportReason"     type="alertmodal"> +    <unique/>  Teleport failed.  [REASON]    <tag>fail</tag> | 
