diff options
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_display_name.xml | 2 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_list_item_short.xml | 18 |
2 files changed, 17 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_display_name.xml b/indra/newview/skins/default/xui/en/floater_display_name.xml index d14b4a1699..3c8f415860 100644 --- a/indra/newview/skins/default/xui/en/floater_display_name.xml +++ b/indra/newview/skins/default/xui/en/floater_display_name.xml @@ -23,7 +23,7 @@ use_ellipses="true" width="380" wrap="true"> - The name you give your avatar is called your Display Name. You can change it once a week. + Your display name is what other people see above your head. It is different from your login name. You can change it once a week. </text> <text type="string" diff --git a/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml b/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml index fb46d1cce3..ee99625497 100644 --- a/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml +++ b/indra/newview/skins/default/xui/en/panel_group_list_item_short.xml @@ -54,11 +54,25 @@ use_ellipses="true" /> <button + name="visibility_btn" + tool_tip="Toogle visibility in profile" + top_delta="-1" + left_pad="3" + right="-53" + height="14" + width="20" + follows="right" + image_pressed="Profile_Search_Visibility_Dark" + image_unselected="Profile_Search_Visibility_Light" + tab_stop="false" + visible="false" + /> + <button name="info_btn" tool_tip="More info" - top_delta="-2" + top_delta="-1" left_pad="3" - right="-31" + right="-30" height="16" width="16" follows="right" |