diff options
author | Kyler Eastridge <felix.wolfz@gmail.com> | 2025-07-28 16:55:48 +0100 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-29 20:12:46 +0300 |
commit | 38a6a4b1cd0a1c80d8bf0c61af3085d64a821ccd (patch) | |
tree | 7b3c9ffc5713271d9923f87d01d1ade614e40190 | |
parent | aae33e4ef236359722fc8f0bfe4040392eaa3420 (diff) |
Fix spelling issue in settings.xml
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 2241bb89a4..fc878653e4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16259,7 +16259,7 @@ <key>EnableLookAtTarget</key> <map> <key>Comment</key> - <string>Whether or not to send animate the avatar head and send look at targets when moving the cursor or focusing on objects</string> + <string>Whether or not to animate the avatar head and send look at targets when moving the cursor or focusing on objects</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |