Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
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
#