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());