Merge pull request #9257 from JosJuice/redundant-i18n
Remove a redundant i18n comment
This commit is contained in:
commit
8119318907
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue