Merge pull request #9257 from JosJuice/redundant-i18n

Remove a redundant i18n comment
This commit is contained in:
Léo Lam 2020-11-18 00:56:58 +01:00 committed by GitHub
commit 8119318907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, 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);
} }