From bc27daca2030bb2dd3dd2b99f1b85d0f5726063f Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 06 Jul 2009 23:25:37 +0000 Subject: fixed typo --- diff --git a/svg/sensorsgroup.py b/svg/sensorsgroup.py index 2ad3c13..698d301 100644 --- a/svg/sensorsgroup.py +++ b/svg/sensorsgroup.py @@ -46,6 +46,10 @@ def main(): mystring7 = _("show heap") mystring8 = _("empty heap") mystring9 = _("push") + mystring10 = _("left") + mystring11 = _("top") + mystring12 = _("right") + mystring13 = _("bottom") mygroup = "sensors" print mystring1 @@ -59,6 +63,10 @@ def main(): print mystring7 print mystring8 print mystring9 + print mystring10 + print mystring11 + print mystring12 + print mystring13 data0 = \ @@ -572,6 +580,82 @@ def main(): \n \ + \ + \ + \ + " + + data16 = \ +"\ + \ + \ + \ + \ + \ + " + + data17 = \ +"\ + \ + \ + \ + \ + \ + " + + data18 = \ +"\ + \ + \ + \ + \ + \ + " + + data19 = \ +"\ + \ + \ \n" @@ -619,6 +703,14 @@ def main(): FILE.write(data14) FILE.write(mystring9.encode("utf-8")) FILE.write(data15) + FILE.write(mystring10.encode("utf-8")) + FILE.write(data16) + FILE.write(mystring11.encode("utf-8")) + FILE.write(data17) + FILE.write(mystring12.encode("utf-8")) + FILE.write(data18) + FILE.write(mystring13.encode("utf-8")) + FILE.write(data19) FILE.close() return -- cgit v0.9.1