Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svg
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-07-21 14:16:11 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-07-21 14:16:11 (GMT)
commitf3d6a5cbe49c73742333e25c4d297b4acee15a65 (patch)
tree979018fda648a093ae413ef09dc936f1c038894e /svg
parent46d486ff6193c2adfb76955cb2f69be54893d954 (diff)
stop action; remove lock brick
Diffstat (limited to 'svg')
-rw-r--r--svg/flowgroup.py2
-rw-r--r--svg/stopstack.py2
2 files changed, 2 insertions, 2 deletions
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