different names for start & stop tutorial
This commit is contained in:
parent
4086d5ad8e
commit
581e834623
1 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,7 @@
|
|||
|
||||
<item>
|
||||
<label>Start Tutorial</label>
|
||||
<name>tutorial</name>
|
||||
<name>tutorial-start</name>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>gui.showSelTutDialog()</script>
|
||||
|
@ -466,7 +466,7 @@
|
|||
|
||||
<item>
|
||||
<label>End Tutorial</label>
|
||||
<name>tutorial</name>
|
||||
<name>tutorial-stop</name>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>tutorial.stopTutorial()</script>
|
||||
|
|
Loading…
Reference in a new issue