diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2020-10-10 14:58:43 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2020-10-19 17:08:02 -0500 |
| commit | 1dae834c62c01fe0476f1aa9acd737989bbe83ee (patch) | |
| tree | c623ca558ad9c75efab1e0fe9cf667f9e07e7b58 /Source/Core/InputCommon/ControllerEmu/ControlGroup | |
| parent | 6b2eebf1f9d5715a3d898c824bf309750ac3df53 (diff) | |
WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
