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.bender@gmail.com>2011-02-24 23:38:22 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-02-24 23:38:22 (GMT)
commit38a5cbecfceaf98f624fbd6cb052423cfb4886d1 (patch)
tree730cc85952d516b46b60af72113e001f15e5114c /TurtleArt/taconstants.py
parentaed39bb17062c491cdeb3a1107f78ccaa9a95488 (diff)
reposition labels on minus, divide, mod, greater than and less than blocks to make order of arguments less ambiguous
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 40b12f1..61b64a0 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -318,7 +318,7 @@ BLOCK_NAMES = {
'comment': [_('comment')],
'cyan': [_('cyan')],
'decription': [' '],
- 'division2': ['/'],
+ 'division2': [' /'],
'empty': [_('empty trash')],
'equal2': ['='],
'extras': [_('extras')],
@@ -328,7 +328,7 @@ BLOCK_NAMES = {
'forward': [_('forward')],
'fullscreen': [_('full screen')],
'gray': [_('gray')],
- 'greater2': [">"],
+ 'greater2': ['>'],
'green': [_('green')],
'hat': [_('action')],
'hat1': [_('action 1')],
@@ -350,7 +350,7 @@ BLOCK_NAMES = {
'less2': ['<'],
'list': ['list'],
'mediawait': [_('media wait')],
- 'minus2': ['–'],
+ 'minus2': [' –'],
'myfunc': [_('Python'), 'f(x)', 'x'],
'myfunc1arg': [_('Python'), 'f(x)', 'x'],
'myfunc2arg': [_('Python'), 'f(x,y)', ' '],
@@ -384,7 +384,7 @@ BLOCK_NAMES = {
'random': [_('random'), _('min'), _('max')],
'readpixel': [_('read pixel')],
'red': [_('red')],
- 'remainder2': [_('mod')],
+ 'remainder2': [' ' + _('mod')],
'repeat': [' ', _('repeat')],
'reskin': [_('turtle shell')],
'resistance': [_('resistance')],