Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
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 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"),