Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/turtle_blocks_extras
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-08 18:51:52 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-08 18:51:52 (GMT)
commitf1429ec746cd413318d3a7198a9469a7f4dc51ac (patch)
tree4185da097199fba338cbaf77518cb63cabc33cdc /plugins/turtle_blocks_extras
parented3cd5602f24a36610289194b31bd59edb9f3f4e (diff)
added 'special name' to text block
Diffstat (limited to 'plugins/turtle_blocks_extras')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index 822c371..ad31839 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -144,7 +144,7 @@ boolean operators from Numbers palette'))
style='box-style',
label=_('text'),
default=_('text'),
- special_name='',
+ special_name=_('text'),
help_string=_('string value'))
primitive_dictionary['show'] = self._prim_show