|
From: Paul S. O. <ps...@us...> - 2001-10-16 14:43:13
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv2269/language/lang_english Modified Files: lang_main.php Log Message: Slight mods to the usersearch function, moved to search.php Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** lang_main.php 2001/10/16 11:23:57 1.7 --- lang_main.php 2001/10/16 14:43:03 1.8 *************** *** 623,628 **** $lang['matches'] = "Matches"; $lang['Search_new'] = "View posts since last visit"; - // // Auth related entries --- 623,628 ---- $lang['matches'] = "Matches"; $lang['Search_new'] = "View posts since last visit"; + $lang['Close_window'] = "Close Window"; // // Auth related entries *************** *** 1117,1119 **** // ------------------------------------------------- ! ?> --- 1117,1119 ---- // ------------------------------------------------- ! ?> \ No newline at end of file |