diff options
author | Kyler Eastridge <felix.wolfz@gmail.com> | 2025-07-29 13:45:48 +0100 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-29 20:12:46 +0300 |
commit | c9aae542d67e0e8675c41f52fa980a771f4a3fbf (patch) | |
tree | 0665f5f597a1ac2d7cb47ed0b38d87e82fd3beaa /indra | |
parent | 38a6a4b1cd0a1c80d8bf0c61af3085d64a821ccd (diff) |
Add tool tips to the new privacy features
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_privacy.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml b/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml index bbd2ac367e..96d36a721f 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_privacy.xml @@ -78,6 +78,7 @@ control_name="EnableLookAtTarget" height="16" label="Enable LookAt" + tool_tip="Enable tracking cursor position with avatar head's rotation" layout="topleft" left="30" name="enable_lookat_target" @@ -88,6 +89,7 @@ control_name="LimitLookAtTarget" height="16" label="Limit LookAt Distance" + tool_tip="Limit the look at target's distance by restricting it around the avatar's head" layout="topleft" left="50" name="limit_lookat_distance" @@ -97,6 +99,7 @@ control_name="EnableSelectionHints" height="16" label="Enable Selection Hints" + tool_tip="Enable reporting and tracking current selection using 'beam' particles and character animations" layout="topleft" left="30" name="enable_selection_hints" |