Fix typo feeback → feedback

This commit is contained in:
Niko Savola 2026-03-05 13:41:47 +02:00
parent 54c1beb574
commit 882a6266ce
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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