From 40f241dde310f924475e7c19362a7bbe948ec9b2 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 30 Dec 2020 17:03:59 +1000 Subject: [PATCH] PlaystationMouse: Fix incorrect translation context for help --- src/core/playstation_mouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/playstation_mouse.cpp b/src/core/playstation_mouse.cpp index 55de25165..d2dafc147 100644 --- a/src/core/playstation_mouse.cpp +++ b/src/core/playstation_mouse.cpp @@ -213,7 +213,7 @@ Controller::SettingList PlayStationMouse::StaticGetSettings() { static constexpr std::array 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());