ui: update label and tooltip for divert-gkeys setting

This commit is contained in:
Peter F. Patel-Schneider 2024-02-10 09:09:28 -05:00
parent 26e0153fce
commit 8b1463c8f4
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class CrownSmooth(_Setting):
class DivertGkeys(_Setting):
name = 'divert-gkeys'
label = _('Divert G and M Keys')
description = (_('Make G and M keys send HID++ notifications (which can trigger Solaar rules but are otherwise ignored).'))
description = (_('Make G and M keys send HID++ notifications (which trigger Solaar rules but are otherwise ignored).'))
feature = _F.GKEY
validator_options = {'true_value': 0x01, 'false_value': 0x00, 'mask': 0xff}