From f7a290f26f8ccec0afd139c9893931524ec6c4d7 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sun, 19 Mar 2017 15:50:00 -0800 Subject: [PATCH] Updated description of hilight command for tutorial mode. --- src/fenrir/commands/commands/toggle_highlight_tracking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')