diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-04-14 23:06:31 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-04-14 23:06:31 +0300 |
commit | a1b5593d15841c4d1b63316392ce0149552d4979 (patch) | |
tree | 1a2e54dd7c552a196f87a5bc5bae6ccd77a524b3 /indra/newview/skins/default/xui/en | |
parent | c436716d92f3f38686b8d138e8e52a378c044490 (diff) | |
parent | 64710a3279a23634d4cbbbcec3680ee6c3a21416 (diff) |
Merged in andreyl_productengine/viewer-lion-marchcat (pull request #34)
MAINT-6248 + MAINT-6293 Notification toasts UI improvements
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 f8e346afb9..6b75a2083d 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6908,6 +6908,19 @@ This area has building disabled. You can't build or rez objects here. </notification> <notification + icon="notify.tga" + name="PathfindingDirtyRebake" + persist="true" + type="notify"> + <unique/> + The region has pending pathfinding changes. If you have build rights, you may rebake the region by clicking on the “Rebake region” button. + <usetemplate + name="okbutton" + yestext="Rebake region" + /> + </notification> + + <notification icon="notify.tga" name="DynamicPathfindingDisabled" persist="true" |