diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-01-29 19:23:55 +0200 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-01-29 19:23:55 +0200 |
commit | f532e115e4751a10c6c976e411a0dbcbc4956f18 (patch) | |
tree | 110c2d4da183b5a0450dd5e3bcd0c63973eef5f3 /indra/newview/skins | |
parent | 454ef28944c7019d9ff7f7c682934b217c01cfb4 (diff) | |
parent | ca5026c60db679c6ee4f64f460bcc96c0ad03e2e (diff) |
Merged in andreyl_productengine/viewer-lion-marchcat (pull request #19)
MAINT-6082 Value checks for Viewer terrain Elevation Ranges
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d567897ed8..74e1eb527c 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3580,6 +3580,19 @@ Do you really want to bake the current terrain, make it the center for terrain r <notification icon="alertmodal.tga" + name="ConfirmTextureHeights" + type="alertmodal"> +You're about to use low values greater than high ones for Elevation Ranges. Proceed? + <tag>confirm</tag> + <usetemplate + name="yesnocancelbuttons" + yestext="Ok" + notext="Cancel" + canceltext="Don't ask"/> + </notification> + + <notification + icon="alertmodal.tga" name="MaxAllowedAgentOnRegion" type="alertmodal"> You can only have [MAX_AGENTS] Allowed Residents. |