summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2017-04-30 14:05:05 +0200
committerJosJuice <josjuice@gmail.com>2017-04-30 14:05:05 +0200
commitb248016e41749c2e363aa1d67e6a04e486984469 (patch)
tree83871d0d29a42252ba6942eafc779727595fb4ee /Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp
parentfcc2ed4550ad12ce77bb78a4207e35e70d4af3c6 (diff)
Mark "Recenter" for translation
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp
index 3b79a8fe61..aae0edf855 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Cursor.cpp
@@ -29,7 +29,7 @@ Cursor::Cursor(const std::string& name_) : ControlGroup(name_, GroupType::Cursor
controls.emplace_back(std::make_unique<Input>("Forward"));
controls.emplace_back(std::make_unique<Input>("Backward"));
controls.emplace_back(std::make_unique<Input>(_trans("Hide")));
- controls.emplace_back(std::make_unique<Input>("Recenter"));
+ controls.emplace_back(std::make_unique<Input>(_trans("Recenter")));
numeric_settings.emplace_back(std::make_unique<NumericSetting>(_trans("Center"), 0.5));
numeric_settings.emplace_back(std::make_unique<NumericSetting>(_trans("Width"), 0.5));