diff options
| author | Ramzi Linden <ramzi@lindenlab.com> | 2009-12-08 12:29:33 -0800 | 
|---|---|---|
| committer | Ramzi Linden <ramzi@lindenlab.com> | 2009-12-08 12:29:33 -0800 | 
| commit | 2985fbe96b18f69ec7e9c6b6edae6ff78738e7b9 (patch) | |
| tree | 205f1ea16877dd497e7aa5b3a6c12e28ced41c55 | |
| parent | 00b9219367281eeec1060d4b749ddc64cb5ab343 (diff) | |
L10N: use consistent terminology in tooltip for a button that does the same thing as the one in the Navigation Bar
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_world_map.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index 9c11a88c34..e632b67d11 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -62,7 +62,7 @@       left="4"       layout="topleft"       name="Show My Location" -     tool_tip="Center map on your avatar's location" +     tool_tip="Center map on my avatar's location"       top="6"       width="24" >  		<button.commit_callback @@ -235,7 +235,7 @@       left="136"       top="6"       name="Go Home" -     tool_tip="Teleport home" +     tool_tip="Teleport to my home location"       width="24" >  		<button.commit_callback  		function="WMap.GoHome" />  | 
