diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-23 14:22:35 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-23 14:22:35 -0700 |
commit | b76f036bf6af7ae3e1b8ffb2edeee21911256820 (patch) | |
tree | ce66c7dcfd39ae3f40c8ef97b011ca4c49125c99 /indra/newview/skins/default/xui/en | |
parent | 8208e4708f91a0bb661a8a420bee48957ea17c6e (diff) |
PATH-199: Alert the user if he/she attempts to terraform while in Frozen mode.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 5d6cefbcfb..f6c29cc191 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1278,6 +1278,14 @@ The region [REGION] does not allow terraforming. <notification icon="alertmodal.tga" + name="RegionNoTerraformingWhileFrozen" + type="alertmodal"> + You cannot terraform land while in Frozen mode. Please switch to Unfrozen mode from the menu option Build->Pathfinding->Basic Setup. + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" name="CannotCopyWarning" type="alertmodal"> You do not have permission to copy the following items: |