Fix typo feeback → feedback
This commit is contained in:
parent
54c1beb574
commit
882a6266ce
|
|
@ -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)
|
||||
|
|
|
|||
2
po/fi.po
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue