Index: fud21_install/install/forum_data/scripts/maillist.php =================================================================== RCS file: /forum21/install/forum_data/scripts/maillist.php,v retrieving revision 1.57 diff -u -r1.57 maillist.php --- fud21_install/install/forum_data/scripts/maillist.php 30 Jul 2005 20:40:32 -0000 1.57 +++ fud21_install/install/forum_data/scripts/maillist.php 9 Aug 2005 11:53:58 -0000 @@ -327,7 +327,7 @@ exit("Enable the 'register_argc_argv' php.ini directive\n"); } if ($_SERVER['argc'] < 2) { - exit("Missing Forum ID Paramater\n"); + exit("Missing Forum ID Parameter\n"); } if (strncmp($_SERVER['argv'][0], '.', 1)) { Index: fud21_install/install/forum_data/scripts/nntp.php =================================================================== RCS file: /forum21/install/forum_data/scripts/nntp.php,v retrieving revision 1.26 diff -u -r1.26 nntp.php --- fud21_install/install/forum_data/scripts/nntp.php 27 Jul 2005 18:57:30 -0000 1.26 +++ fud21_install/install/forum_data/scripts/nntp.php 9 Aug 2005 11:53:58 -0000 @@ -19,7 +19,7 @@ exit("Enable the 'register_argc_argv' php.ini directive\n"); } if ($_SERVER['argc'] < 2) { - exit("Missing Forum ID Paramater\n"); + exit("Missing Forum ID Parameter\n"); } if (!($fid = (int)$_SERVER['argv'][1])) { exit("Missing Forum ID Paramater\n"); Index: fud21_install/install/forum_data/thm/default/i18n/english/msg =================================================================== RCS file: /forum21/install/forum_data/thm/default/i18n/english/msg,v retrieving revision 1.156 diff -u -r1.156 msg --- fud21_install/install/forum_data/thm/default/i18n/english/msg 6 Jul 2005 14:13:14 -0000 1.156 +++ fud21_install/install/forum_data/thm/default/i18n/english/msg 9 Aug 2005 11:53:59 -0000 @@ -294,7 +294,7 @@ register_msnm: MSN Messenger: register_homepage: Homepage: register_bday: Birth Date: -register_bday_desc: If you enter a birthdate, then other forum members will be able to see it in your profile +register_bday_desc: If you enter a birth date, then other forum members will be able to see it in your profile register_day: Day register_month: Month register_year: Year @@ -383,7 +383,7 @@ coppa_conf: COPPA Confirmation coppa_before: Before {TEMPLATE: coppa_date} coppa_after: After {TEMPLATE: coppa_date} -coppa_link: Click the link that corresponds to your birthdate +coppa_link: Click the link that corresponds to your birth date coppa: A parent or guardian must mail or fax a signed permission form to the administrator of this forum before a user under the age of 13 can complete registration.

For further information contact {GVAR: ADMIN_EMAIL} prereg_info: Information prereg_agree: Agree @@ -850,7 +850,7 @@ mmod_delete_cofirm_ttl: Confirm Topic/Message Deletion spell_alts: no alternatives insert_uploaded_image: Insert image into message body -finduser_help: The search engine will automatically add * mask to your query, the search is case-sensetive.
ex. to search for all users who's login begins with an 'a', enter 'a' into the search box. +finduser_help: The search engine will automatically add * mask to your query, the search is case-sensitive.
ex. to search for all users who's login begins with an 'a', enter 'a' into the search box. back_to_top: Back to Top pm_err_disabled_title: Private Messaging Disabled pm_err_disabled_msg: You cannot send private messages until you enable the 'Allow Private Messages' option in your profile.