diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-02 21:57:31 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-02 21:57:31 +0100 |
commit | 267e31717cc89c97fc077ae6ffef13e5ce59f18d (patch) | |
tree | 15935388b90898473ce7b219fdc784cfd70bdcbc /indra/newview/skins/default/xui | |
parent | 279afd7774de02ba856390b913e551beded554f2 (diff) |
SL-897 - notification wording fixes
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 982d12d702..671a185fe2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10202,7 +10202,7 @@ Unable to create requested object. The region is full. name="CantCreateAnimatedObjectTooLarge" type="notify"> <tag>fail</tag> -Unable to create requested animated object because it exceeds the size limit. +Unable to create requested animated object because it exceeds the rigged triangle limit. </notification> <notification @@ -10346,7 +10346,7 @@ Operation would cause the number of attached animated objects to exceed the limi name="NoPermsLinkAnimatedObjectTooLarge" type="notify"> <tag>fail</tag> -Can't link these objects because the resulting animated object would exceed the size limit. +Can't link these objects because the resulting animated object would exceed the rigged triangle limit. </notification> <notification @@ -10354,7 +10354,15 @@ Can't link these objects because the resulting animated object would exceed the name="NoPermsSetFlagAnimatedObjectTooLarge" type="notify"> <tag>fail</tag> -Can't make this object into an animated object because it would exceed the size limit. +Can't make this object into an animated object because it would exceed the rigged triangle limit. + </notification> + + <notification + icon="alertmodal.tga" + name="CantChangeAnimatedObjectStateInsufficientLand" + type="notify"> + <tag>fail</tag> +Can't change animated object state for this object because it would cause parcel limit to be exceeded. </notification> <notification |