"""),\r
widget=Textarea))\r
\r
-APP_COPYRIGHT = Setting('APP_COPYRIGHT', 'Copyright OSQA, 2009. Some rights reserved under creative commons license.', BASIC_SET, dict(\r
+APP_COPYRIGHT = Setting('APP_COPYRIGHT', 'Copyright OSQA, 2010. Some rights reserved under creative commons license.', BASIC_SET, dict(\r
label = _("Copyright notice"),\r
help_text = _("""\r
The copyright notice visible at the footer of your page.\r
-""")))
\ No newline at end of file
+""")))\r
+\r
+COMMENT_MAX_LENGTH = Setting('COMMENT_MAX_LENGTH', 300, BASIC_SET, dict(\r
+label = _("Maximum length of comment"),\r
+help_text = _("""\r
+The maximum length a user can enter for a comment.\r
+""")))\r
+\r