diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-09 13:26:48 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-09 13:26:48 -0700 |
commit | 21d165011b81909c8cab944755b53f908e51ad16 (patch) | |
tree | 4a2dc72d9838987c120b331caa9d9a9355152a02 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0bf678e23b2a29fcd2bf1488f999168b8737c010 (diff) |
Attempting to create a settings inventory item on a non-eep region will now show a visible failure message to the user. Menu items for greating settings in inventory are disabled on non eep regions.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 6473ec9bc3..26e947b3ca 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11150,5 +11150,15 @@ Unable to set the environment for this parcel. Please enter or select a parcel that you have rights to modify. <tag>fail</tag> </notification> + + <notification + icon="notify.tga" + name="SettingsUnsuported" + persist="true" + type="alertmodal"> +Settings are not supported on this region. +Please move to a settings enabled region and retry your action. + <tag>fail</tag> + </notification> </notifications> |