diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2014-09-23 20:44:59 +0300 | 
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2014-09-23 20:44:59 +0300 | 
| commit | 90467f699fba557c6ab1bf42c677bead2adc5aef (patch) | |
| tree | 9f94ae54e8380597c9d53208618700af97c3b36e | |
| parent | 4a26991e5db99885d25aee1d36fc04d940c35e2f (diff) | |
MAINT-3853 Added ignore option for 'teleported by an object on a parcel' notification
| -rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6cbacdd80c..b4d8046d18 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9507,6 +9507,9 @@ You have been teleported by an attachment on [ITEM_ID]     type="notify">     <tag>fail</tag>  You have been teleported by the object '[OBJECT_NAME]' on the parcel '[PARCEL_NAME]' +   <usetemplate +    ignoretext="Teleport: You have been teleported by an object on a parcel" +    name="notifyignore"/>    </notification>    <notification | 
