announce shortct

This commit is contained in:
chrys
2017-07-12 23:28:23 +02:00
parent 6133f100f8
commit 7a460b0d83
3 changed files with 16 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ class command():
def getDescription(self):
return _('Toggle the Tutorial mode')
def run(self):
print('TM')
text = ''
if self.env['runtime']['helpManager'].isTutorialMode():
text = _('You are leaving the tutorial mode. Press that shortcut again to enter the tutorial mode again.')