Skip to content
Permalink
Browse files
Merge pull request #9257 from JosJuice/redundant-i18n
Remove a redundant i18n comment
  • Loading branch information
leoetlino committed Nov 17, 2020
2 parents 07be82d + 52c615f commit 8119318
Showing 1 changed file with 1 addition and 3 deletions.
@@ -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);
}

0 comments on commit 8119318

Please sign in to comment.