From b3db8721a75b4e6845a91567f4d55d2376245960 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 21 Feb 2011 15:20:14 +0000 Subject: caught a few missing entries in the 'special blocks' section --- (limited to 'TurtleArt') 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'), -- cgit v0.9.1