From f458536d19f95c358990038aff22fcbc4440b1a7 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 08 Sep 2009 12:56:36 +0000 Subject: changed default help message --- (limited to 'TurtleArtActivity.py') 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) -- cgit v0.9.1