Skip to content

Commit 0aeec45

Browse files
committed
Update ToM_actions.groovy
1 parent f8be8a9 commit 0aeec45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorial-o-Matic/src/main/groovy/ToM_actions.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ToM_actions{
5454

5555
def static getActionInstructions(accion){
5656
def miPath = getMenuEntryPath(accion)
57-
def menuPath = miPath[1..-2]*.label.join("'>'")
57+
def menuPath = miPath[1..-2]*.label.join("'->'")
5858
def keyStroke = getKeyStroke(miPath[-1])
5959
def label = getLabel(miPath[-1])
6060
def instr1 = textUtils.format(actionInstruction1, apos(menuPath), apos(label))

0 commit comments

Comments
 (0)