diff options
author | James Cook <james@lindenlab.com> | 2009-12-03 10:54:43 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-03 10:54:43 -0800 |
commit | 4feca85dfa8347184a76d727582cc86cf3d40245 (patch) | |
tree | b88d81ca11fd175915ad324adf1c3acc0d34b5b4 /indra/newview/skins/default/xui/en/widgets | |
parent | 6c2101a44e367496e6a0d289aa24164adaae3d1d (diff) |
EXT-2966 Parcel property icons on nav bar have no tool-tips
Added tooltips in strings.xml so they can be localized.
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/location_input.xml b/indra/newview/skins/default/xui/en/widgets/location_input.xml index d32952b04f..0e2700cb80 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -20,6 +20,8 @@ follows="left|top" allow_new_values="true" > + <!-- *NOTE: Tooltips are in strings.xml so they can be localized. + See LocationCtrlAddLandmarkTooltip etc. --> <info_button name="Place Information" width="16" height="16" @@ -50,6 +52,7 @@ top="21" /> <voice_icon + enabled="true" name="voice_icon" width="22" height="18" |