diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-23 18:27:10 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-23 18:27:10 -0800 |
commit | 3b4d841ee254186d881490cfadbdfbac6dcdf6ad (patch) | |
tree | 6c9f5270613250d5939fb762b06c7c5509a9ab1c /indra/newview/skins | |
parent | 3f330d2902aaab3c62ebd0c830fce61c6f1e4524 (diff) |
Introducing a hacky way to get some reporting on the downloading status of the navmesh into the console. This needs to be seriously refactored.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml index f9730e2ece..7b751d525f 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -13,9 +13,10 @@ width="833"> <floater.string name="navmesh_fetch_initial"></floater.string> <floater.string name="navmesh_fetch_inprogress">Downloading the navmesh ...</floater.string> - <floater.string name="navmesh_fetch_complete">Navmesh received.</floater.string> - <floater.string name="navmesh_region_not_enabled">Pathfinding is not enabled for this region</floater.string> - <floater.string name="navmesh_library_not_implemented">Cannot find pathing library implementation</floater.string> + <floater.string name="navmesh_fetch_complete_available">Navmesh received.</floater.string> + <floater.string name="navmesh_fetch_complete_none">No navmesh for region.</floater.string> + <floater.string name="navmesh_region_not_enabled">Pathfinding is not enabled for this region.</floater.string> + <floater.string name="navmesh_library_not_implemented">Cannot find pathing library implementation.</floater.string> <text height="13" word_wrap="true" |