Index: openacs-4/packages/news-aggregator/www/aggregator.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/aggregator.tcl,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/news-aggregator/www/aggregator.tcl 28 Dec 2005 17:55:43 -0000 1.4.2.1 +++ openacs-4/packages/news-aggregator/www/aggregator.tcl 1 Jan 2006 19:44:38 -0000 1.4.2.2 @@ -2,6 +2,7 @@ Include to create a new aggregator. @author Simon Carstensen + @cvs-id $Id$ } { aggregator_id:integer,notnull,optional {return_url ""} @@ -38,7 +39,7 @@ {public_p:text(radio) {label "Public?"} {options {{"Yes" t} {"No" f}}} - {help_text "A public aggregator is intended to be used by a group of people and will not have a Purge button. Instead, the most recent 100 items will be displayed."} + {help_text "A public aggregator is intended to be used by a group of people and will not have a Purge button. Instead, the most recent 100 items will be displayed. Private aggregators will, by default, only be viewable by the creator."} } {return_url:text(hidden) {value $return_url}