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 --- (limited to 'svg') 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 -- cgit v0.9.1