Index: modules/userplus/userplus.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/userplus/userplus.module,v
retrieving revision 1.1
diff -u -r1.1 userplus.module
--- modules/userplus/userplus.module	23 Feb 2006 06:02:47 -0000	1.1
+++ modules/userplus/userplus.module	23 Mar 2006 12:10:36 -0000
@@ -16,7 +16,7 @@
       // This description is shown in the listing at admin/modules.
       return t('User administration extension module.');
     case 'admin/user/userplus':
-      return t("<p>This web page allows you to register new users and assign their roles. <b>All users added this way automatically belong to the 'authenticated user' role.</b> Note that you cannot have a user where either the e-mail address or the username match another user in the system. Leave any surplus rows blank if you are only adding a few users.</p><p>It may take several runs through this page if you need to add a lot of users, however you can change the number of rows that appear on this page on the %settings page.</p>", array('%settings' => l('userplus settings', 'admin/settings/userplus')));
+      return t("<p>This web page allows you to register new users and assign their roles. <strong>All users added this way automatically belong to the 'authenticated user' role.</strong> Note that you cannot have a user where either the e-mail address or the username match another user in the system. Leave any surplus rows blank if you are only adding a few users.</p><p>It may take several runs through this page if you need to add a lot of users, however you can change the number of rows that appear on this page on the %settings page.</p>", array('%settings' => l('userplus settings', 'admin/settings/userplus')));
     case 'admin/user/userplus/userperms':
       return t("<p>This web page allows you to set role membership for all users at once.  You can change the number of rows that appear on this page on the %settings page.</p>", array('%settings' => l('userplus settings', 'admin/settings/userplus')));
     case 'admin/user/userplus/deletemultiple':
