Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/constants.py b/constants.py
index 351feb9..06e877b 100644
--- a/constants.py
+++ b/constants.py
@@ -145,7 +145,7 @@ CONTENT_BLOCKS = ['number', 'string', 'description', 'audio', 'journal']
BLOCK_NAMES = {
'and2':[_('and')],
'arc':[_('arc'),_('angle'),_('radius')],
- 'audio':[''],
+ 'audio':[' '],
'back':[_('back')],
'blue':[_('blue')],
'bottompos':[_('bottom')],
@@ -169,11 +169,11 @@ BLOCK_NAMES = {
'heading':[_('heading')],
'height':[_('height')],
'hideblocks':[_('hide blocks')],
- 'hspace':[''],
+ 'hspace':[' '],
'identity2':['←'],
- 'if':['',_('if'),_('then')],
- 'ifelse':['',_('if'),_('then else')],
- 'journal':[''],
+ 'if':[' ',_('if'),_('then')],
+ 'ifelse':[' ',_('if'),_('then else')],
+ 'journal':[' '],
'kbinput':[_('query keyboard')],
'keyboard':[_('keyboard')],
'left':[_('left')],
@@ -182,7 +182,7 @@ BLOCK_NAMES = {
'list':[_('list')],
'minus2':['–'],
'myfunc':[_('Python'),_('code'),_('value')],
- 'nop':[_('')],
+ 'nop':[_(' ')],
'not':[_('not')],
'number':['100'],
'orange':[_('orange')],
@@ -200,7 +200,7 @@ BLOCK_NAMES = {
'random':[_('random'),_('min'),_('max')],
'red':[_('red')],
'remainder2':[_('mod')],
- 'repeat':['',_('repeat')],
+ 'repeat':[' ',_('repeat')],
'restore':[_('restore')],
'rightpos':[_('right')],
'right':[_('right')],
@@ -224,14 +224,14 @@ BLOCK_NAMES = {
'storeinbox1':[_('store in box 1')],
'storeinbox2':[_('store in box 2')],
'string':[_('text')],
- 'template1x1':[''],
- 'template1x2':[''],
- 'template2x1':[''],
- 'template2x2':[''],
+ 'template1x1':[' '],
+ 'template1x2':[' '],
+ 'template2x1':[' '],
+ 'template2x2':[' '],
'textsize':[_('text size')],
'toppos':[_('top')],
'turtle':[_('turtle')],
- 'vspace':[''],
+ 'vspace':[' '],
'wait':[_('wait')],
'width':[_('width')],
'xcor':[_('xcor')],