diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-16 19:42:42 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-16 19:42:42 +0200 |
commit | 76997db038057f6b18fff6e8721866159f89e958 (patch) | |
tree | c711e55a2a21587a3b62f5b6f6b143fd936840dc | |
parent | db3c5d214addc8fe93f3b662fccb1354ef12e01b (diff) |
Fixed low priority bug EXT-5338 (Double quotes are used in text for 'up/down' tooltips and not used for others them of 'Fly mode' controls).
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_moveview.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_moveview.xml b/indra/newview/skins/default/xui/en/floater_moveview.xml index 0bdcbf30df..851a689d42 100644 --- a/indra/newview/skins/default/xui/en/floater_moveview.xml +++ b/indra/newview/skins/default/xui/en/floater_moveview.xml @@ -83,7 +83,7 @@ left="10" name="move up btn" scale_image="false" - tool_tip="Fly up, press "E"" + tool_tip="Fly up, press E" top="14" width="25" /> <button @@ -96,7 +96,7 @@ left_pad="45" name="move down btn" scale_image="false" - tool_tip="Fly down, press "C"" + tool_tip="Fly down, press C" top_delta="0" width="20" /> <joystick_turn |