Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
diff options
context:
space:
mode:
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