diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-26 21:38:13 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-26 21:38:13 +0200 | 
| commit | 4a2f7c82cc6c9628f6be6b4e322b172478d65b9c (patch) | |
| tree | e98491b5afa0d91ebec9a50fb25ac5ad57265fe9 /indra | |
| parent | 34b971150835872eb04fcd08af6f485601c79b54 (diff) | |
SL-14612 Wording improvement for hitting TP throttle
Teleport uses teleport_strings.xml, updating noifications.xml as well in case it can be triggered by server directly.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 5 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/teleport_strings.xml | 3 | 
2 files changed, 3 insertions, 5 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 23bf3191ae..cdde9d2107 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2431,9 +2431,8 @@ Teleport failed.     icon="alertmodal.tga"     name="invalid_tport"     type="alertmodal"> -Problem encountered processing your teleport request. You may need to log back in before you can teleport. -If you continue to get this message, please check the [SUPPORT_SITE]. -  <tag>fail</tag> +Teleport attempts are limited to 6 per minute. If you are having trouble, wait one minute and try teleporting again. If the problem persists, log out and log in again. +    <tag>fail</tag>    </notification>    <notification     icon="alertmodal.tga" diff --git a/indra/newview/skins/default/xui/en/teleport_strings.xml b/indra/newview/skins/default/xui/en/teleport_strings.xml index 57f8bb542d..1456114b25 100644 --- a/indra/newview/skins/default/xui/en/teleport_strings.xml +++ b/indra/newview/skins/default/xui/en/teleport_strings.xml @@ -2,8 +2,7 @@  <teleport_messages>  	<message_set name="errors">  		<message name="invalid_tport"> -			Problem encountered processing your teleport request. You may need to log back in before you can teleport. -If you continue to get this message, please check the [SUPPORT_SITE]. +			Teleport attempts are limited to 6 per minute. If you are having trouble, wait one minute and try teleporting again. If the problem persists, log out and log in again.  		</message>  		<message name="invalid_region_handoff">  			Problem encountered processing your region crossing. You may need to log back in before you can cross regions. | 
