From c973e27a49e50a771426173b26ec6e861ccc233a Mon Sep 17 00:00:00 2001 From: sweetas Date: Mon, 19 Mar 2007 17:03:14 +0000 Subject: [PATCH] fixed missing spaces --- e107_languages/English/admin/help/fileinspector.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_languages/English/admin/help/fileinspector.php b/e107_languages/English/admin/help/fileinspector.php index a07684427..88510cbdd 100644 --- a/e107_languages/English/admin/help/fileinspector.php +++ b/e107_languages/English/admin/help/fileinspector.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/fileinspector.php,v $ -| $Revision: 1.2 $ -| $Date: 2006-12-07 16:18:51 $ +| $Revision: 1.3 $ +| $Date: 2007-03-19 17:03:14 $ | $Author: sweetas $ +----------------------------------------------------------------------------+ */ @@ -39,13 +39,13 @@ $text = "
 Non Core File
"; $ns -> tablerender("File Key", $text); -$text = "The file inspector scans and analyses the files on your sites server. When the inspector encounters +$text = "The file inspector scans and analyses the files on your sites server. When the inspector encounters an e107 core file, it checks it for file consistency to make sure it isn't corrupted."; if ($pref['developer']) { $text .= "

-The additional string matching tool (developer mode only) enables you to scan the files on your server for text strings -using regular expressions. The regex engine in use is PHP's PCRE +The additional string matching tool (developer mode only) enables you to scan the files on your server for text strings +using regular expressions. The regex engine in use is PHP's PCRE (the preg_* functions), so enter your query as #pattern#modifiers in the fields provided."; }