Updated description of hilight command for tutorial mode.

This commit is contained in:
Jeremiah Ticket 2017-03-19 15:50:00 -08:00
parent e24c536add
commit f7a290f26f

View File

@ -13,7 +13,7 @@ class command():
def shutdown(self): def shutdown(self):
pass pass
def getDescription(self): def getDescription(self):
return _('enables or disables tracking of highlighted') return _('enables or disables tracking of highlighted text')
def run(self): def run(self):
currMode = self.env['runtime']['settingsManager'].getSettingAsBool('focus', 'highlight') currMode = self.env['runtime']['settingsManager'].getSettingAsBool('focus', 'highlight')