diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-24 11:37:55 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-24 11:37:55 +0300 |
commit | 190f66ab78e6a2df15e91e80d9863dcc8f030a2c (patch) | |
tree | 375e5985d2741036efa9fff433d59645f01bde6c /indra/newview/skins/default/xui/en | |
parent | a23ec5ffa84c1122af3cbb416363a0eb564ad65c (diff) |
MAINT-875 FIXED Display notification if user is not allowed to terraform hovered parcel.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | 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 0230019eb2..46d7c5e6ad 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1389,6 +1389,14 @@ Graphics Quality can be raised in Preferences > Graphics. The region [REGION] does not allow terraforming. <tag>fail</tag> </notification> + + <notification + icon="alertmodal.tga" + name="ParcelNoTerraforming" + type="notify"> +You are not allowed to terraform parcel [PARCEL]. + <tag>fail</tag> + </notification> <notification icon="alertmodal.tga" |