mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Remove a redundant i18n comment
This commit is contained in:
parent
07be82d64f
commit
52c615f1b1
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@ void ControlGroup::AddVirtualNotchSetting(SettingValue<double>* value, double ma
|
||||||
AddSetting(value,
|
AddSetting(value,
|
||||||
{_trans("Virtual Notches"),
|
{_trans("Virtual Notches"),
|
||||||
// i18n: The degrees symbol.
|
// i18n: The degrees symbol.
|
||||||
_trans("°"),
|
_trans("°"), _trans("Snap the thumbstick position to the nearest octagonal axis.")},
|
||||||
// i18n: Snap the thumbstick position to the nearest octagonal axis.
|
|
||||||
_trans("Snap the thumbstick position to the nearest octagonal axis.")},
|
|
||||||
0, 0, max_virtual_notch_deg);
|
0, 0, max_virtual_notch_deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue