From d93396d49fb6a206cdab79fceeb653a4cd24d488 Mon Sep 17 00:00:00 2001
From: NiranV <niranv.dean@googlemail.com>
Date: Sat, 10 Sep 2022 23:27:12 +0200
Subject: [PATCH] Changed: Renamed "Rotation Speed" to "Avatar Rotation Speed"
 to make it clearer what it does.

---
 .../xui/en/panel_preferences_controls.xml     | 36 +++++++++----------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/panel_preferences_controls.xml b/indra/newview/skins/default/xui/en/panel_preferences_controls.xml
index 586882d367a..2ca70e1c285 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_controls.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_controls.xml
@@ -236,24 +236,24 @@ width="510">
  width="200"
  top_pad="0"/>
  <slider
-   can_edit_text="true"
-   control_name="MovementRotationSpeed"
-   decimal_digits="2"
-   follows="left|top"
-   height="15"
-   increment="0.01"
-   initial_value="0.15"
-   layout="topleft"
-   label_width="150"
-   label="Rotation Speed:"
-   tool_tip="This option controls the speed in seconds the avatar takes to turn around when making corrective rotations such as walking backwards. Low values give the avatar a snappier feeling when walking around."
-   left="10"
-   top_pad="4"
-   max_val="1"
-   min_val="0"
-   name="RotationSpeed"
-   show_text="true" />
-   <button
+ can_edit_text="true"
+ control_name="MovementRotationSpeed"
+ decimal_digits="2"
+ follows="left|top"
+ height="15"
+ increment="0.01"
+ initial_value="0.15"
+ layout="topleft"
+ label_width="150"
+ label="Avatar Rotation Speed:"
+ tool_tip="This option controls the speed in seconds the avatar takes to turn around when making corrective rotations such as walking backwards. Low values give the avatar a snappier feeling when walking around."
+ left="10"
+ top_pad="4"
+ max_val="1"
+ min_val="0"
+ name="RotationSpeed"
+ show_text="true" />
+ <button
  follows="left|top"
  control_name="MovementRotationSpeed"
  height="15"
-- 
GitLab