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-09 12:00:38 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-09 12:00:38 (GMT)
commit055e18b910a53ff386485914f3793c27379112e6 (patch)
treef50aba3b628e428fbad0aacde6b80127351a1b82 /TurtleArt/taconstants.py
parentae40dfd493336edaa4bbdba4e0f5dcc2edc95b02 (diff)
made font smaller on the bottom-of-stack block (#2305)
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 b2c5447..d3c7289 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -352,7 +352,7 @@ BLOCK_NAMES = {
'savepix':[_('save picture')],
'savesvg':[_('save SVG')],
'sandwichbottom':[' '],
- 'sandwichcollapsed':[_('click to open')],
+ 'sandwichcollapsed':[' ', _('click to open')],
'sandwichtop':[_('top of stack')],
'sandwichtop_no_label':[' '],
'sandwichtop_no_arm':[_('top of stack')],