Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-05 23:14:49 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-05 23:14:49 (GMT)
commit4b1f02ef030771ec38432605ff7b0f3694182923 (patch)
tree1011597d218ec6a6540d0b438d5e652c95fe6d66 /TurtleArt/taconstants.py
parentfbd858c9cce8837dcc940a43ca28ad46402a38d5 (diff)
moved HELP_STRINGS to tapalette
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index c05cdff..adf5a15 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -188,23 +188,6 @@ TEMPLATES = {'t1x1': (0.5, 0.5, 0.0625, 0.125, 1.05, 0),
'insertimage': (0.333, 0.333)}
#
-# Help messages
-#
-HELP_STRINGS = {
- 'cartesian': _("displays Cartesian coordinates"),
- 'clean': _("clears the screen and reset the turtle"),
- 'debugoff': _("Debug"),
- 'eraseron': _("Clean"),
- 'next': _('displays next palette'),
- 'orientation': _("changes the orientation of the palette of blocks"),
- 'polar': _("displays polar coordinates"),
- 'run-fastoff': _("Run"),
- 'run-slowoff': _("Step"),
- 'savepix': _("saves a picture to the Sugar Journal"),
- 'savesvg': _("saves turtle graphics as an SVG file in the Sugar Journal"),
- 'stopiton': _("Stop turtle")}
-
-#
# 'dead key' Unicode dictionaries
#