summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup
diff options
context:
space:
mode:
authorLéo Lam <leolino.lam@gmail.com>2017-04-30 16:39:04 +0200
committerGitHub <noreply@github.com>2017-04-30 16:39:04 +0200
commit50776f347135d627df175ad662efe80f33587bd2 (patch)
tree83871d0d29a42252ba6942eafc779727595fb4ee /Source/Core/InputCommon/ControllerEmu/ControlGroup
parentfcc2ed4550ad12ce77bb78a4207e35e70d4af3c6 (diff)
parentb248016e41749c2e363aa1d67e6a04e486984469 (diff)
Merge pull request #5346 from JosJuice/recenter
Mark "Recenter" for translation
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
-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));