mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
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,
|
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…
x
Reference in New Issue
Block a user