From f3d6a5cbe49c73742333e25c4d297b4acee15a65 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 21 Jul 2009 14:16:11 +0000 Subject: stop action; remove lock brick --- diff --git a/po/TurtleArt.pot b/po/TurtleArt.pot index 7b86376..4e55c50 100644 --- a/po/TurtleArt.pot +++ b/po/TurtleArt.pot @@ -239,7 +239,7 @@ msgstr "" #: /home/walter/Desktop/turtleart-activity/svg/flowgroup.py:47 #: /home/walter/Desktop/turtleart-activity/svg/stopstack.py:40 -msgid "stop stack" +msgid "stop action" msgstr "" #: /home/walter/Desktop/turtleart-activity/svg/print.py:40 diff --git a/svg/flowgroup.py b/svg/flowgroup.py index 5d652c7..8b70b44 100644 --- a/svg/flowgroup.py +++ b/svg/flowgroup.py @@ -44,7 +44,7 @@ def main(): mystring5 = _("if") mystring6 = _("then") mystring7 = _("else") - mystring8 = _("stop stack") + mystring8 = _("stop action") mygroup = "flow" print mystring1 diff --git a/svg/stopstack.py b/svg/stopstack.py index ca60bbb..d4a9f22 100644 --- a/svg/stopstack.py +++ b/svg/stopstack.py @@ -37,7 +37,7 @@ def main(): _ = t.ugettext t.install() - mystring = _("stop stack") + mystring = _("stop action") mygroup = "flow" print mystring diff --git a/tasetup.py b/tasetup.py index 6899067..ae9aa4f 100644 --- a/tasetup.py +++ b/tasetup.py @@ -125,6 +125,7 @@ selectors = ( ('ifelse','ifelse','ifelse'), ('hspace','nop','hspace'), ('vspace','nop','vspace'), + # not selectable, but here for backward compatability ('lock','nop','lock'))), ('myblocks', 55, (('start','start','start'), -- cgit v0.9.1