PlaystationMouse: Fix incorrect translation context for help

This commit is contained in:
Connor McLaughlin 2020-12-30 17:03:59 +10:00
parent c46495e687
commit 40f241dde3
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ Controller::SettingList PlayStationMouse::StaticGetSettings()
{
static constexpr std::array<SettingInfo, 1> settings = {{
{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());