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