diff options
author | Rider Linden <rider@lindenlab.com> | 2019-01-11 16:29:25 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-01-11 16:29:25 -0800 |
commit | 506c3b072afbe0e076279e8cb38b514458882f47 (patch) | |
tree | 46011fbf93a58044907f06ecbb5bd44ea90bf226 /indra/newview/skins | |
parent | 00d8caa359a216620db46d49696bc79a95fe8dc2 (diff) |
SL-10350: If the item is now owned by the current user assume it is in the libary. Don't let them edit.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b4cfe9d1b5..9ca9d4cd51 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11322,4 +11322,14 @@ Are you sure you want to continue? yestext="Yes"/> </notification> + <notification + icon="notify.tga" + name="NoEditFromLibrary" + persist="true" + type="alertmodal"> +You may not edit settings directly from the libary. +Please copy to your own inventory and try again. + <tag>fail</tag> + </notification> + </notifications> |