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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index 4adcaa7..3dc1e36 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -941,17 +941,17 @@ variable'))
help_string=_('trash'))
palette.add_block('empty',
- style='basic-style-tail',
+ style='blank-style',
label=_('empty trash'),
help_string=_('permanently deletes items in trash'))
palette.add_block('restoreall',
- style='basic-style-head',
+ style='blank-style',
label=_('restore all'),
help_string=_('restore all blocks from trash'))
palette.add_block('trashall',
- style='basic-style-tail',
+ style='blank-style',
label=_('clear all'),
help_string=_('move all blocks to trash'))