Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-11 16:29:10 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-11 16:29:10 (GMT)
commit46482cc000da96fff9adcdb9b20a81ddbb5cfa2a (patch)
tree488163cf0fac05c019bb720678ab4b9e75a9760e /taconstants.py
parent435ddb84fce6a02545259d2ea43d69712e2f027d (diff)
wordsmithing
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/taconstants.py b/taconstants.py
index 89294ce..9df0778 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -397,7 +397,7 @@ BLOCK_NAMES = {
'box':[_('box')],
'box1':[_('box 1')],
'box2':[_('box 2')],
- 'clean':[_('clean')],
+ 'clean':[_(' clean ')],
'clearheap':[_('empty heap')],
'color':[_('color')],
'comment':[_('comment')],
@@ -430,7 +430,7 @@ BLOCK_NAMES = {
'less2':['<'],
'list':['list'],
'minus2':['–'],
- 'myfunc':[_('Python'),'f(x)',_('x')],
+ 'myfunc':[_('Python'),'f(x)','x'],
'nop':[_(' ')],
'not':[_('not')],
'number':['100'],
@@ -494,8 +494,8 @@ BLOCK_NAMES = {
'template2x2':[' '],
'templatelist':[' '],
'textsize':[_('text size')],
- 'titlex':[_('title xcor')],
- 'titley':[_('title ycor')],
+ 'titlex':[_('title x')],
+ 'titley':[_('title y')],
'toppos':[_('top')],
'topy':[_('picture top')],
'turtle':[_('turtle')],