diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index 302fb188..9571723f 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -1811,7 +1811,7 @@ class ForceSensing(settings_new.Settings): class HapticLevel(settings.Setting): name = "haptic-level" - label = _("Haptic Feeback Level") + label = _("Haptic Feedback Level") description = _("Change power of haptic feedback. (Zero to turn off.)") feature = _F.HAPTIC choices_universe = common.NamedInts(Off=0, Low=25, Medium=50, High=75, Maximum=100) diff --git a/po/fi.po b/po/fi.po index a4124621..85ac6308 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1200,7 +1200,7 @@ msgid "Force Sensing Button" msgstr "Voimaa tunnistava painike" #: lib/logitech_receiver/settings_templates.py:1814 -msgid "Haptic Feeback Level" +msgid "Haptic Feedback Level" msgstr "Haptisen palautteen taso" #: lib/logitech_receiver/settings_templates.py:1815