Index: simplenews.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/simplenews/simplenews.module,v retrieving revision 1.210 diff -u -p -r1.210 simplenews.module --- simplenews.module 8 May 2009 07:59:20 -0000 1.210 +++ simplenews.module 11 May 2009 11:16:43 -0000 @@ -2150,7 +2150,7 @@ function simplenews_help($path, $arg) { $help .= "

". t('Simplenews uses nodes for newsletter issues. Newsletter issues are grouped by a newsletter taxonomy term. Node type and vocabulary are selectable. A newsletter is send to all email addresses which are subscribed to the newsletter. Newsletter issues can be sent only once. Large mailings should be sent by cron to balance the mailserver load.') ."

\n"; $help .= "

". t('Simplenews adds elements to the newsletter node add/edit form to manage newsletter format and sending of the newsletter issue. A newsletter issue can be sent for test before sending officially.') ."

\n"; $help .= "

". t('Both anonymous and authenticated users can opt-in and opt-out to a newsletter. A confirmation message is sent to anonymous users at subscription and unsubscription. Users can (un)subscribe using a form and a block. A subscription block is available for each newsletter offering a subscription form, a link to recent newsletters and RSS feed. Email addresses can also be imported and exported via the subscription administration pages.') ."

\n"; - $help .= "

". t('Configuration') ."

\n"; + $help .= "

". t('Configuration') ."

\n"; $help .= "