From 882a6266ce5be5686a2f1d824451c0ba3ec6661e Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Thu, 5 Mar 2026 13:41:47 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20feeback=20=E2=86=92=20feedback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/logitech_receiver/settings_templates.py | 2 +- po/fi.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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