Corrected some grammar in the text and return.
This commit is contained in:
parent
ad51b15f85
commit
d409bd3e99
@ -18,7 +18,7 @@ class command():
|
|||||||
return 'You are leving the tutorial mode. Press that shortcut again to enter the tutorial mode again.'
|
return 'You are leving the tutorial mode. Press that shortcut again to enter the tutorial mode again.'
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
text = 'you entered the tutorial mode. In that mode the commands are not executed. but you get an description what the shortcut does. to leve the tutorial mode press that shortcut again.'
|
text = 'you entered the tutorial mode. In that mode the commands are not executed. but you get a description of what the shortcut does. To leve the tutorial mode, press that shortcut again.'
|
||||||
self.env['runtime']['outputManager'].presentText(text, interrupt=True)
|
self.env['runtime']['outputManager'].presentText(text, interrupt=True)
|
||||||
self.env['generalInformation']['tutorialMode'] = True
|
self.env['generalInformation']['tutorialMode'] = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user