From bf22f8a950ad6bb8410bfa0b284b2c820069084f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 18 Nov 2008 13:31:19 -0800 Subject: [PATCH] More instructions on posting comments. --- view/Main_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Main_page.py b/view/Main_page.py index 77e474b..1eff93e 100644 --- a/view/Main_page.py +++ b/view/Main_page.py @@ -226,7 +226,7 @@ class Main_page( Page ): type = u"text/javascript", ), ( forum_tag and user.username and user.username != u"anonymous" ) and \ - P( u"If you write a comment, click the save button to publish it.", class_ = u"small_text" ) or None, + P( u"To write a comment, click that large \"+\" button to the left. To publish your comment, click the save button.", class_ = u"small_text" ) or None, Page_navigation( notebook_path, len( notes ), total_notes_count, start, count, return_text = u"return to the discussion",