diff options
author | James Cook <james@lindenlab.com> | 2009-11-10 17:12:07 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-10 17:12:07 -0800 |
commit | fb20a7281d8e5107f83e7439df054ccd3733d0c4 (patch) | |
tree | 9850e6d79ec63ac4d61f298ded535988ba7642fc /indra/newview/skins/default/xui/en/panel_bottomtray.xml | |
parent | 6c997043924216405057c9ca6927ec5c026ad5ee (diff) |
EXT-2338 Move button tooltips to strings the viewer translation tool can parse.
Also moved mSpeakBtn from llnearbychatbar to llbottomtray, because the bottom
tray is its parent.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_bottomtray.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 3fbc8e1afd..e96d3a152f 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -13,6 +13,8 @@ chrome="true" border_visible="false" width="1000"> + <string name="SpeakBtnToolTip">Turns microphone on/off</string> + <string name="VoiceControlBtnToolTip">Shows/hides voice control panel</string> <layout_stack mouse_opaque="false" border_size="0" @@ -70,9 +72,7 @@ left="0" name="talk" top="3" - width="100" - speak_button.tool_tip="Turns microphone on/off" - show_button.tool_tip="Shows/hides voice control panel" /> + width="100" /> </layout_panel> <icon auto_resize="false" |