diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-23 18:38:07 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-23 18:39:40 +0300 |
commit | db8a55c2e606b77cc4bf758dd7b4228e37269eab (patch) | |
tree | fee142a9688b99251f0f1bb117f87375452e43b5 /indra/newview/skins/default | |
parent | 70bc98c4b0484a69ebb42717755b623bf9895e9f (diff) |
SL-14842 Tooltip for clear history
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index dd4cf7ab4e..58be4d4c5e 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -20,6 +20,12 @@ background_visible="true" <string name="favorites_tab_title" value="FAVORITES" /> + <string + name="tooltip_trash_items" + value="Remove selected landmark or folder" /> + <string + name="tooltip_trash_history" + value="Delete list of visited places" /> <layout_stack animate="false" border_size="0" @@ -146,7 +152,6 @@ background_visible="true" left="0" layout="topleft" name="trash_btn" - tool_tip="Remove selected landmark or folder" top="0" width="31"/> </layout_panel> |