mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Merge pull request #8438 from JosJuice/tilt-tooltip-string
Change Wii Remote tilt tooltip string based on translator feedback
This commit is contained in:
commit
fd4bf5f0a2
@ -29,7 +29,7 @@ Tilt::Tilt(const std::string& name_) : ReshapableInput(name_, name_, GroupType::
|
|||||||
{_trans("Angle"),
|
{_trans("Angle"),
|
||||||
// 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 movement.
|
// i18n: Refers to tilting an emulated Wii Remote.
|
||||||
_trans("Maximum tilt angle.")},
|
_trans("Maximum tilt angle.")},
|
||||||
85, 0, 180);
|
85, 0, 180);
|
||||||
|
|
||||||
@ -37,8 +37,8 @@ Tilt::Tilt(const std::string& name_) : ReshapableInput(name_, name_, GroupType::
|
|||||||
{_trans("Velocity"),
|
{_trans("Velocity"),
|
||||||
// i18n: The symbol/abbreviation for hertz (cycles per second).
|
// i18n: The symbol/abbreviation for hertz (cycles per second).
|
||||||
_trans("Hz"),
|
_trans("Hz"),
|
||||||
// i18n: Refers to emulated wii remote movement.
|
// i18n: Refers to tilting an emulated Wii Remote.
|
||||||
_trans("Peak complete turns per second.")},
|
_trans("Peak angular velocity (measured in turns per second).")},
|
||||||
7, 1, 50);
|
7, 1, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user