diff options
| author | Rider Linden <rider@lindenlab.com> | 2024-11-08 16:49:34 -0800 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2025-02-26 16:36:29 -0800 | 
| commit | 09af45daa3e63bc6a5df064e1cc40e3ec4e18e70 (patch) | |
| tree | 375880b87b248ae04041cda1d8eb259c0bca8706 /indra | |
| parent | 20dfc94c5d0955003b0758cd0a1965140068973c (diff) | |
Server Issue #1493: New notification message for llTransferOwnership.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b5f742e5fb..36d6ef8dbf 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10326,6 +10326,14 @@ You are now the owner of object [OBJECT_NAME]    <notification     icon="alertmodal.tga" +   name="NowOwnObjectInv" +   type="notify"> +   <tag>fail</tag> +You are now the owner of object [OBJECT_NAME] and it has been placed in your inventory. +  </notification> + +    <notification +   icon="alertmodal.tga"     name="CantRezOnLand"     type="notify">     <tag>fail</tag> | 
