mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 00:45:47 -04:00
Qt: Fix some strings not being translatable
This commit is contained in:
@ -212,8 +212,8 @@ u32 PlayStationMouse::StaticGetVibrationMotorCount()
|
||||
Controller::SettingList PlayStationMouse::StaticGetSettings()
|
||||
{
|
||||
static constexpr std::array<SettingInfo, 1> settings = {{
|
||||
{SettingInfo::Type::Boolean, "RelativeMouseMode", TRANSLATABLE("PlaystationMouse", "Relative Mouse Mode"),
|
||||
TRANSLATABLE("PlaystationMouse", "Locks the mouse cursor to the window, use for FPS games.")},
|
||||
{SettingInfo::Type::Boolean, "RelativeMouseMode", TRANSLATABLE("PlayStationMouse", "Relative Mouse Mode"),
|
||||
TRANSLATABLE("PlayStationMouse", "Locks the mouse cursor to the window, use for FPS games.")},
|
||||
}};
|
||||
|
||||
return SettingList(settings.begin(), settings.end());
|
||||
|
Reference in New Issue
Block a user