Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index 6136c02..031a635 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -209,7 +209,7 @@ class TurtleArtActivity(activity.Activity):
# Help
help_toolbar = gtk.Toolbar()
- self.hover_help_label = gtk.Label("help")
+ self.hover_help_label = gtk.Label(_("Move the cursor over the yellow palettes for help."))
self.hover_help_label.show()
self.hover_toolitem = gtk.ToolItem()
self.hover_toolitem.add(self.hover_help_label)