WiimoteEmu: Tweak IMUCursor total yaw setting tool-tip.
This commit is contained in:
parent
6b2eebf1f9
commit
1dae834c62
|
@ -37,7 +37,7 @@ IMUCursor::IMUCursor(std::string name_, std::string ui_name_)
|
||||||
// i18n: The symbol/abbreviation for degrees (unit of angular measure).
|
// i18n: The symbol/abbreviation for degrees (unit of angular measure).
|
||||||
_trans("°"),
|
_trans("°"),
|
||||||
// i18n: Refers to emulated wii remote movements.
|
// 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);
|
25, 0, 360);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue