diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-06-22 17:24:35 -0700 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-22 17:24:35 -0700 | 
| commit | a1b6719c580223662481399f986a3dde9a7b3e10 (patch) | |
| tree | 18fb52526615be6bb1abeee860700646a9b33932 | |
| parent | d893723cf637daf2a5a36671792d1a4135e8c4cf (diff) | |
PATH-767: Updating the slurl icon tooltips and on-click notifications.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b7e336e095..c250b7c634 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5793,7 +5793,7 @@ This area has building disabled. You can't build or rez objects here.       persist="true"       type="notify">      <unique/> -    The pathfinding navmesh is not up-to-date on the current region.  If you have build rights, you may rebake the navmesh by clicking on the Rebake Region button. +    The pathfinding navmesh has pending changes and is not up-to-date on the current region.  If you have build rights, you may rebake the navmesh by clicking on the Clean Up Region button.    </notification>    <notification @@ -5802,7 +5802,7 @@ This area has building disabled. You can't build or rez objects here.       persist="true"       type="notify">      <unique/> -    Dynamic pathfinding is not enabled on this region. +    Dynamic pathfinding is not enabled on this region.  Scripted objects with pathfinding LSL calls may not operate as expected on this region.    </notification>    <notification diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 1602b48369..4b396e24b1 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3325,8 +3325,8 @@ If you continue to receive this message, contact the [SUPPORT_SITE].    <string name="LocationCtrlModerateIconTooltip">Moderate Region</string>    <string name="LocationCtrlGeneralIconTooltip">General Region</string>    <string name="LocationCtrlSeeAVsTooltip">Avatars visible and chat allowed outside of this parcel</string> -  <string name="LocationCtrlPathfindingDirtyTooltip">The pathfinding navmesh is not up-to-date.</string> -  <string name="LocationCtrlPathfindingDisabledTooltip">Dynamic pathfinding is not disabled on this region.</string> +  <string name="LocationCtrlPathfindingDirtyTooltip">The pathfinding navmesh has pending changes.</string> +  <string name="LocationCtrlPathfindingDisabledTooltip">Dynamic pathfinding is not enabled on this region.</string>    <!-- Strings used by the (currently Linux) auto-updater app -->  	<string name="UpdaterWindowTitle">  	  [APP_NAME] Update | 
