diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-12 19:18:19 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-12 19:18:19 -0700 |
commit | c990cc71ce124059a072c7778ac962253bacb199 (patch) | |
tree | 45ab7ed430d91baf7dc41f30aea7ffbbb632f627 /indra/newview/skins/default/xui/en | |
parent | b3197fc12e41bc60e3510d840c67ef98816c3ae8 (diff) |
PATH-304: Adding an extra state for the pathfinding console to report that the status of the navmesh is being checked.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_console.xml | 1 |
1 files changed, 1 insertions, 0 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 75465f1aea..d23d62674f 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -14,6 +14,7 @@ <floater.string name="navmesh_status_unknown"></floater.string> <floater.string name="navmesh_status_library_not_implemented">Cannot find pathing library implementation.</floater.string> <floater.string name="navmesh_status_region_not_enabled">This region is not enabled for pathfinding.</floater.string> + <floater.string name="navmesh_status_checking_version">Checking the status of the navmesh ...</floater.string> <floater.string name="navmesh_status_downloading">Downloading the navmesh ...</floater.string> <floater.string name="navmesh_status_updating">The navmesh has changed on the server. Downloading the latest navmesh ...</floater.string> <floater.string name="navmesh_status_has_navmesh">Navmesh received.</floater.string> |