diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-06 18:00:52 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-06 18:00:52 -0700 |
commit | 4888f7d34969b596e2b37ef72576118e1c0c27ac (patch) | |
tree | c36253c468be0feed44ae44bea94903254d69feb /indra/newview/skins/default | |
parent | 8d9863f4ef039af4f6af7f41909e212b9101ce0f (diff) |
PATH-265: Adding an error message to the testing tab of the pathfinding floater console to indicate when a path cannot be found.
Diffstat (limited to 'indra/newview/skins/default')
-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 09fe5f4bc7..e43fda01e0 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml @@ -31,6 +31,7 @@ <floater.string name="pathing_choose_start_point">Please choose start point.</floater.string> <floater.string name="pathing_choose_end_point">Please choose end point.</floater.string> <floater.string name="pathing_path_valid">Path is shown in orange.</floater.string> + <floater.string name="pathing_path_invalid">A path between the chosen points cannot be found.</floater.string> <panel border="false" bevel_style="none" |