Remove a redundant i18n comment

This commit is contained in:
JosJuice 2020-11-17 18:23:27 +01:00
parent 07be82d64f
commit 52c615f1b1
1 changed files with 1 additions and 3 deletions

View File

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