Merge branch 'master' of github.com:chrys87/fenrir

This commit is contained in:
chrys 2017-03-20 18:42:41 +01:00
commit cede189a8d

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')