Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-13 17:05:24 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-13 17:05:24 (GMT)
commit424ce6ca93668f47faf41e917bf1bfffdd895485 (patch)
tree1c8dff537931dfa128cb338ad73fab69151b6fad /TurtleArt/taconstants.py
parenta6899f8e6e50d5fa8595649020aacb6ef866eeca (diff)
fixed labelling problem with collapsed stack bottom
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index d3c7289..355f9bf 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -351,7 +351,7 @@ BLOCK_NAMES = {
'rightx':[_('picture right')],
'savepix':[_('save picture')],
'savesvg':[_('save SVG')],
- 'sandwichbottom':[' '],
+ 'sandwichbottom':[' ', ' '],
'sandwichcollapsed':[' ', _('click to open')],
'sandwichtop':[_('top of stack')],
'sandwichtop_no_label':[' '],