From 43b9c36cf80f7508c03d0f73d288633d0af67e61 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 14 Nov 2008 15:39:59 -0800 Subject: [PATCH] text is now a little more clear for adding a note to the note tree. --- view/Note_tree_area.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Note_tree_area.py b/view/Note_tree_area.py index e49d912..1e990a3 100644 --- a/view/Note_tree_area.py +++ b/view/Note_tree_area.py @@ -60,7 +60,7 @@ class Note_tree_area( Div ): width = u"20", height = u"20", id = u"new_note_tree_link", class_ = u"middle_image", - title = u"Add a note to this note tree." + title = u"Add one of your notes to this note tree." ), Span( id = u"new_note_tree_link_area" ), ) or None,