Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-02-21 15:20:14 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-02-21 15:20:14 (GMT)
commitb3db8721a75b4e6845a91567f4d55d2376245960 (patch)
tree576331fb94c7e8a0eef4aa464e2f33f95c350008
parent5b2a1711111a2d897be625c2dc740ddd9f7f1ec0 (diff)
caught a few missing entries in the 'special blocks' section
-rw-r--r--TurtleArt/taconstants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 400ca7a..f5d97ad 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -763,6 +763,9 @@ SPECIAL_NAMES = {
'number': _('number'),
'plus2': _('plus'),
'product2': _('multiply'),
+ 'repeat': _('repeat'),
+ 'sandwichtop_no_label': _('top of a collapsible stack'),
+ 'sandwichbottom': _('bottom of a collapsible stack'),
'sensors': _('sensors'),
'sqrt': _('square root'),
'template1x1': _('presentation 1x1'),