From 46482cc000da96fff9adcdb9b20a81ddbb5cfa2a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 11 Feb 2010 16:29:10 +0000 Subject: wordsmithing --- (limited to 'taconstants.py') 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')], -- cgit v0.9.1