Translated German message into English.

This commit is contained in:
Alexander Belopolsky 2010-11-01 18:42:01 +00:00
parent f4b321b31e
commit e6fa3811f7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def main():
for t in s.turtles():
t.undo()
et = clock()
return "Laufzeit: %.3f sec" % (z1+et-at)
return "runtime: %.3f sec" % (z1+et-at)
if __name__ == '__main__':