|
From: Andrew <men...@us...> - 2005-12-18 16:49:16
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26330/language/lang_english Modified Files: lang_admin.php Log Message: Man, am I picky. And yes, I'll go over this file more in depth later... studying for finals comes first. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** lang_admin.php 18 Dec 2005 03:36:20 -0000 1.59 --- lang_admin.php 18 Dec 2005 16:49:05 -0000 1.60 *************** *** 125,129 **** $lang['Mx_use_cache_explain'] = "Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; $lang['Mx_mod_rewrite'] = "Use mod_rewrite"; ! $lang['Mx_mod_rewrite_explain'] = "If you're running on an Apache server, and have mod_rewrite activated, you may rewrite urls like 'page=x' with more intuitive alternatives. Read further documentation in the mx_mod_rewrite module."; --- 125,129 ---- $lang['Mx_use_cache_explain'] = "Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; $lang['Mx_mod_rewrite'] = "Use mod_rewrite"; ! $lang['Mx_mod_rewrite_explain'] = "If you're running on an Apache server and have mod_rewrite activated, you may rewrite urls like 'page=x' with more intuitive alternatives. Read further documentation in the mx_mod_rewrite module."; |