Index: forum_access.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/forum_access/forum_access.module,v
retrieving revision 1.22
diff -r1.22 forum_access.module
171c171
<       drupal_set_message('If you have only just installed !Forum_Access, then the posts in this forum may still be accessible, but once your permissions get rebuilt (intentionally or behind-the-scenes by some other module), they will vanish &mdash; so, be sure to set the desired Access Control below and save!', array('!Forum_Access' => t('Forum Access')), 'error');
---
>        drupal_set_message(t('If you have only just installed !Forum_Access, then the posts in this forum may still be accessible, but once your permissions get rebuilt (intentionally or behind-the-scenes by some other module), they will vanish &mdash; so, be sure to set the desired Access Control below and save!', array('!Forum_Access' => 'Forum Access')), 'error'); 
