From 1b1ef0dc7977c8a2c55609073b5f6cf42c2cda55 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 26 Mar 2010 12:27:33 +0000 Subject: stopfill->endfill --- (limited to 'taconstants.py') diff --git a/taconstants.py b/taconstants.py index 5fe6f5d..b884315 100644 --- a/taconstants.py +++ b/taconstants.py @@ -365,7 +365,7 @@ BLOCK_NAMES = { 'stack2':[_('action 2')], 'start':[_('start')], 'startfill':[_('start fill')], - 'stopfill':[_('stop fill')], + 'stopfill':[_('end fill')], 'stopstack':[_('stop action')], 'storein':[_('store in'), _('box'), _('value')], 'storeinbox1':[_('store in box 1')], @@ -635,7 +635,7 @@ OLD_NAMES = {'product':'product2', 'storeinbox':'storein', 'minus':'minus2', 'division':'division2', 'plus':'plus2', 'and':'and2', 'or':'or2', 'less':'less2', 'greater':'greater2', 'equal':'equal2', 'remainder':'remainder2', 'identity':'identity2', - 'division':'division2', 'audiooff':'audio', + 'division':'division2', 'audiooff':'audio', 'endfill':'stopfill', 'descriptionoff':'description','template3':'templatelist', 'template1':'template1x1', 'template2':'template2x1', 'template6':'template1x2', 'template7':'template2x2', @@ -739,9 +739,9 @@ HELP_STRINGS = { 'less2':_("logical less-than operator"), 'minus2':_("subtracts bottom numeric input from top numeric input"), 'myfunc':_("a programmable block: used to add advanced math equations, e.g., sin(x)"), - 'myfunc1arg':_("a programmable block: used to add advanced single-valriable math equations, e.g., sin(x)"), + 'myfunc1arg':_("a programmable block: used to add advanced single-variable math equations, e.g., sin(x)"), 'myfunc2arg':_("a programmable block: used to add advanced multi-variable math equations, e.g., sqrt(x*x+y*y)"), - 'myfunc3arg':_("a programmable block: used to add advanced multi-varialble math equations, e.g., sin(x+y+z)"), + 'myfunc3arg':_("a programmable block: used to add advanced multi-variable math equations, e.g., sin(x+y+z)"), 'next':_('displays next palette'), 'nop':_("runs code found in the tamyblock.py module found in the Journal"), 'not':_("logical NOT operator"), -- cgit v0.9.1