Index: forum_access.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/forum_access/forum_access.module,v
retrieving revision 1.27
diff -u -p -r1.27 forum_access.module
--- forum_access.module	7 Sep 2008 13:51:02 -0000	1.27
+++ forum_access.module	23 Sep 2008 17:55:28 -0000
@@ -72,7 +72,7 @@ function forum_access_form_alter(&$form,
   }
   else if ($form_id == 'content_access_admin_settings') {
     if (arg(3) == 'forum' && empty($_POST)) {
-      drupal_set_message('Note: In Drupal, access can only be granted, not taken away. Whatever access you grant here will not be reflected on the !Forum_Access settings, but !Forum_Access can only allow <i>more</i> access, not less.', array('!Forum_Access' => t('Forum Access')), 'warning');
+      drupal_set_message(t('Note: In Drupal, access can only be granted, not taken away. Whatever access you grant here will not be reflected on the !Forum_Access settings, but !Forum_Access can only allow <i>more</i> access, not less.', array('!Forum_Access' => t('Forum Access'))), 'warning');
     }
   }
 }
