diff --git a/src/fenrir/commands/commands/toggle_highlight_tracking.py b/src/fenrir/commands/commands/toggle_highlight_tracking.py index a84a1860..bc2f5107 100644 --- a/src/fenrir/commands/commands/toggle_highlight_tracking.py +++ b/src/fenrir/commands/commands/toggle_highlight_tracking.py @@ -13,7 +13,7 @@ class command(): def shutdown(self): pass def getDescription(self): - return _('enables or disables tracking of highlighted') + return _('enables or disables tracking of highlighted text') def run(self): currMode = self.env['runtime']['settingsManager'].getSettingAsBool('focus', 'highlight')