|
From: Bart v. B. <ba...@us...> - 2001-12-15 02:19:11
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv32495/lang_english Modified Files: lang_main.php Log Message: Extremely minor change ;) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -r1.63 -r1.64 *** lang_main.php 2001/12/15 01:55:43 1.63 --- lang_main.php 2001/12/15 02:19:04 1.64 *************** *** 121,126 **** // $lang['Registered_users'] = "Registered Users:"; ! $lang['Online_users_total'] = "In total there are %d users online :: "; ! $lang['Online_user_total'] = "In total there is %d user online :: "; $lang['Reg_users_total'] = "%d Registered, "; $lang['Reg_user_total'] = "%d Registered, "; --- 121,126 ---- // $lang['Registered_users'] = "Registered Users:"; ! $lang['Online_users_total'] = "In total there are <b>%d</b> users online :: "; ! $lang['Online_user_total'] = "In total there is <b>%d</b> user online :: "; $lang['Reg_users_total'] = "%d Registered, "; $lang['Reg_user_total'] = "%d Registered, "; |