mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-03 09:35:42 -04:00
PlaystationMouse: Fix incorrect translation context for help
This commit is contained in:
parent
c46495e687
commit
40f241dde3
@ -213,7 +213,7 @@ Controller::SettingList PlayStationMouse::StaticGetSettings()
|
|||||||
{
|
{
|
||||||
static constexpr std::array<SettingInfo, 1> settings = {{
|
static constexpr std::array<SettingInfo, 1> settings = {{
|
||||||
{SettingInfo::Type::Boolean, "RelativeMouseMode", TRANSLATABLE("PlaystationMouse", "Relative Mouse Mode"),
|
{SettingInfo::Type::Boolean, "RelativeMouseMode", TRANSLATABLE("PlaystationMouse", "Relative Mouse Mode"),
|
||||||
TRANSLATABLE("RelativeMouseMode", "Locks the mouse cursor to the window, use for FPS games.")},
|
TRANSLATABLE("PlaystationMouse", "Locks the mouse cursor to the window, use for FPS games.")},
|
||||||
}};
|
}};
|
||||||
|
|
||||||
return SettingList(settings.begin(), settings.end());
|
return SettingList(settings.begin(), settings.end());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user