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.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 886bfa3..80738fa 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -358,7 +358,7 @@ BLOCK_NAMES = {
'comment': [_('comment')],
'cyan': [_('cyan')],
'decription': [' '],
- 'division2': [' /'],
+ 'division2': ['/'],
'empty': [_('empty trash')],
'equal2': ['='],
'extras': [_('extras')],
@@ -390,7 +390,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)', ' '],
@@ -412,7 +412,7 @@ BLOCK_NAMES = {
'picture2x1': [' '],
'picture1x2': [' '],
'pitch': [_('pitch')],
- 'plus2': [' + '],
+ 'plus2': ['+'],
'polar': [_('polar')],
'pop': [_('pop')],
'portfolio': [_('portfolio')],
@@ -424,7 +424,7 @@ BLOCK_NAMES = {
'random': [_('random'), _('min'), _('max')],
'readpixel': [_('read pixel')],
'red': [_('red')],
- 'remainder2': [' ' + _('mod')],
+ 'remainder2': [_('mod')],
'repeat': [' ', _('repeat')],
'reskin': [_('turtle shell')],
'resistance': [_('resistance')],
@@ -804,6 +804,7 @@ SPECIAL_NAMES = {
'number': _('number'),
'plus2': _('plus'),
'product2': _('multiply'),
+ 'remainder2': _('mod'),
'repeat': _('repeat'),
'sandwichtop_no_label': _('top of a collapsible stack'),
'sandwichbottom': _('bottom of a collapsible stack'),