diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-14 01:51:49 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-14 01:51:49 +0000 |
commit | d6db0f8b297686c6ae97ace23d0714c4ae95b1f3 (patch) | |
tree | 54ab1b9a9994f7a477a9363d6dcb7d7af9df0290 /indra/newview/skins/default/xui/en/widgets/location_input.xml | |
parent | 09108591cd61bd84d3b5b661573e8df49cdbedb8 (diff) |
EXT-1393 "none" does not appear in object group list
EXT-1479 I18N: string in /en/widgets/location_input.xml wont honor its translation
and made tabs height customizable
reviewed by Richard
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/location_input.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 3 |
1 files changed, 2 insertions, 1 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 defa6ff00d..d86103aedc 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -18,6 +18,8 @@ max_chars="20" follows="left|top" allow_new_values="true" + add_landmark_tool_tip="Add this to My Landmarks" + edit_landmark_tool_tip="Edit My Landmark" > <info_button name="Place Information" label="" @@ -37,7 +39,6 @@ image_hover_unselected="Favorite_Star_Over" width="18" height="18" - tool_tip="Add this to My Landmarks" follows="right|top" scale_image="false" top="19" |