From 8649fa27964b2bee409af585388668c635525021 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 16 Apr 2008 01:18:59 +0000 Subject: [PATCH] Wording change to note tree instructions. --- 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 08df81d..2af3f1f 100644 --- a/view/Note_tree_area.py +++ b/view/Note_tree_area.py @@ -26,7 +26,7 @@ class Note_tree_area( Div ): root_note_id = note.object_id, ) for note in root_notes ], Div( - ( notebook.name != u"trash" ) and u'Add a note here: Click the "options" tab on a note, then "show on startup".' or None, + ( notebook.name != u"trash" ) and u'To add a note here, click the "options" tab on a note, then "show on startup".' or None, id = "note_tree_instructions", class_ = u"small_text link_area_item" + ( ( len( root_notes ) > 0 ) and u" undisplayed" or u"" ), ) or None,