diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-08-19 20:19:23 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-08-19 20:19:23 +0300 |
commit | 43a9b3e4e490202837086f577f303b33315346db (patch) | |
tree | 78d1b4eed77decd81de6344c0a2b14ceb80780d3 /indra/newview/skins/default/xui/en | |
parent | 6717f4a609e4c158b78069353c0a43fe2fe79af7 (diff) |
SL-17990 Give user a popup warning when they attach a rigged mesh object to an HUD
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 250e895e49..2128596f9a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11876,4 +11876,20 @@ Unpacking: [UNPACK_TIME]s [USIZE]KB yestext="OK"/> </notification> + <notification + icon="alertmodal.tga" + name="RiggedMeshAttachedToHUD" + type="alertmodal"> + An object "[NAME]" attached to HUD point "[POINT]" contains rigged mesh. + +Rigged mesh objects are designed for attachment to the avatar. You will see this object but no one else will. + +If you want others to see this object, remove it and re-attach it to an avatar attachment point. + <tag>confirm</tag> + <usetemplate + ignoretext="Warn me when rigged mesh is attached to HUD point." + name="okignore" + yestext="OK"/> + </notification> + </notifications> |