Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 3aaf97b..f978fd3 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -129,9 +129,9 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
'number', 'greater2', 'less2', 'equal2', 'not', 'and2', 'or2'],
['wait', 'forever', 'repeat', 'if', 'ifelse', 'while', 'until',
'hspace', 'vspace', 'stopstack'],
- ['hat1', 'stack1', 'hat', 'hat2', 'stack2', 'stack',
+ ['start', 'hat1', 'stack1', 'hat', 'hat2', 'stack2', 'stack',
'storeinbox1', 'storeinbox2', 'string', 'box1', 'box2', 'box',
- 'storein', 'start'],
+ 'storein'],
['push', 'printheap', 'clearheap', 'pop', 'comment', 'print',
'myfunc1arg', 'userdefined',
'cartesian', 'width', 'height', 'polar', 'addturtle', 'reskin',
@@ -401,8 +401,8 @@ BLOCK_NAMES = {
'sandwichbottom': [' ', ' '],
'sandwichcollapsed': [' '],
'sandwichtop': [_('top of stack')],
- 'sandwichtop_no_label': [' '],
'sandwichtop_no_arm': [_('top of stack')],
+ 'sandwichtop_no_label': [' ', ' '],
'sandwichtop_no_arm_no_label': [' ', _('click to open')],
'scale': [_('scale')],
'see': [_('turtle sees')],