Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-05 23:16:06 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-05 23:16:06 (GMT)
commitc7f797c6ba264c9ec0754da7406b62b176752e53 (patch)
treeb0def5a1ecd2bf8ce5de625d49ebfa970f419a47 /TurtleArt/tabasics.py
parent4b1f02ef030771ec38432605ff7b0f3694182923 (diff)
added help_string for trash palette
Diffstat (limited to 'TurtleArt/tabasics.py')
-rw-r--r--TurtleArt/tabasics.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index 97b80f7..39fb6d3 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -786,17 +786,18 @@ variable'))
""" The basic Turtle Art turtle palette """
palette = make_palette('trash',
- colors=["#FFFF00", "#A0A000"])
+ colors=["#FFFF00", "#A0A000"],
+ help_string=_('trash'))
palette.add_block('empty',
style='basic-style-tail',
label=_('empty trash'),
- help_string=_("permanently deletes items in trash"))
+ help_string=_('permanently deletes items in trash'))
palette.add_block('restoreall',
style='basic-style-head',
label=_('restore all'),
- help_string=_("restore all blocks from trash"))
+ help_string=_('restore all blocks from trash'))
# Block primitives