From 1dae834c62c01fe0476f1aa9acd737989bbe83ee Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 10 Oct 2020 14:58:43 -0500 Subject: [PATCH] WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip. --- .../Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp index 429cd18880..beda11a29d 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp @@ -37,7 +37,7 @@ IMUCursor::IMUCursor(std::string name_, std::string ui_name_) // i18n: The symbol/abbreviation for degrees (unit of angular measure). _trans("°"), // i18n: Refers to emulated wii remote movements. - _trans("Total rotation about the yaw axis.")}, + _trans("Clamping of rotation about the yaw axis.")}, 25, 0, 360); }