Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-11-13 15:30:54 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-11-13 15:30:54 (GMT)
commitad927e5ada0d6cd2b4b369541cefff85e501a987 (patch)
tree38bba4d439bc7d6495e2a604947d80da2fd4518e
parent9aea6b0c45d7deeb15e298e3423aa98083f6cf29 (diff)
added another string for physics plugin
-rw-r--r--taextras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taextras.py b/taextras.py
index 11ca62b..97ced3e 100644
--- a/taextras.py
+++ b/taextras.py
@@ -167,11 +167,11 @@ polygon based on the current Turtle xy position.'),
_('end polygon'),
_('Define a new polygon.'),
_('end filled polygon'),
+ _('Not a simple polygon'),
_('Define a new flled polygon.'),
_('triangle'),
# TRANS: base of a triangle
_('base'),
- # TRANS: height of a triangle
_('height'),
_('Add a triangle object to the project.'),
_('circle'),