diff options
author | Rider Linden <rider@lindenlab.com> | 2024-11-08 16:49:34 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2024-11-08 16:49:34 -0800 |
commit | 471f874d17aea462c354c18673caac66bd43e9e7 (patch) | |
tree | 1f368c609653cbe35652cf781ab1810c4829b197 | |
parent | 65764a5b7bab573b261386aca11a7967a21ec2d2 (diff) |
Server Issue #1493: New notification message for llTransferOwnership.
-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 4d74261a9a..9cca2d5b4d 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10348,6 +10348,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> |