|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:52
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_rebuild_search_tables/language/lang_english Modified Files: lang_admin_rebuild_search.php Log Message: Cosmetics... Index: lang_admin_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english/lang_admin_rebuild_search.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin_rebuild_search.php 5 Apr 2006 23:04:00 -0000 1.4 --- lang_admin_rebuild_search.php 30 Aug 2006 19:15:44 -0000 1.5 *************** *** 8,12 **** * */ ! $lang['Rebuild_search'] = 'Rebuild Search'; $lang['Rebuild_search_desc'] = 'This will index every post in your phpBB, rebuilding the search tables. It may take a long time to process, so please do not move from this page until it is complete.'; --- 8,12 ---- * */ ! $lang['Rebuild_search'] = 'Rebuild Search'; $lang['Rebuild_search_desc'] = 'This will index every post in your phpBB, rebuilding the search tables. It may take a long time to process, so please do not move from this page until it is complete.'; *************** *** 21,24 **** $lang['Next'] = 'Next'; $lang['Finished'] = 'Finished'; - ?> \ No newline at end of file --- 21,23 ---- |