We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8be8a9 commit 0aeec45Copy full SHA for 0aeec45
1 file changed
Tutorial-o-Matic/src/main/groovy/ToM_actions.groovy
@@ -54,7 +54,7 @@ class ToM_actions{
54
55
def static getActionInstructions(accion){
56
def miPath = getMenuEntryPath(accion)
57
- def menuPath = miPath[1..-2]*.label.join("'>'")
+ def menuPath = miPath[1..-2]*.label.join("'->'")
58
def keyStroke = getKeyStroke(miPath[-1])
59
def label = getLabel(miPath[-1])
60
def instr1 = textUtils.format(actionInstruction1, apos(menuPath), apos(label))
0 commit comments