summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-11-17 18:23:27 +0100
committerJosJuice <josjuice@gmail.com>2020-11-17 18:23:27 +0100
commit52c615f1b1903c895ead9a5bf0b75160e5f53e11 (patch)
tree1d4bc145a5e0318defbd72668434c3214b93c942 /Source/Core/InputCommon/ControllerEmu/ControlGroup
parent07be82d64f16d82bb99e29c84de82120eba348bf (diff)
Remove a redundant i18n comment
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp
index ee33e32f0f..84c7238e48 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp
@@ -33,9 +33,7 @@ void ControlGroup::AddVirtualNotchSetting(SettingValue<double>* value, double ma
AddSetting(value,
{_trans("Virtual Notches"),
// i18n: The degrees symbol.
- _trans("°"),
- // i18n: Snap the thumbstick position to the nearest octagonal axis.
- _trans("Snap the thumbstick position to the nearest octagonal axis.")},
+ _trans("°"), _trans("Snap the thumbstick position to the nearest octagonal axis.")},
0, 0, max_virtual_notch_deg);
}