diff options
author | Rider Linden <rider@lindenlab.com> | 2024-11-08 17:23:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 17:23:26 -0800 |
commit | e028ae4f023420bedd4e4106f4749e700a14c3cc (patch) | |
tree | 3d1927b15508efb7fce81761c4251368cfe044f3 /indra/newview/skins | |
parent | dd41bd2fdd7d68167746372288cb678d4920d145 (diff) | |
parent | 471f874d17aea462c354c18673caac66bd43e9e7 (diff) |
Merge pull request #3064 from secondlife/rider/transfer_ownership
Server Issue #1493: New notification message for llTransferOwnership.
Diffstat (limited to 'indra/newview/skins')
-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 526be61207..da3f9fdf31 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10364,6 +10364,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> |