Mark "Recenter" for translation

This commit is contained in:
JosJuice 2017-04-30 14:05:05 +02:00
parent fcc2ed4550
commit b248016e41
1 changed files with 1 additions and 1 deletions

View File

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