[pLog-svn] r1907 - plog/branches/plog-1.0.1/locale

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Apr 26 16:42:18 GMT 2005


Author: jondaley
Date: 2005-04-26 16:42:17 +0000 (Tue, 26 Apr 2005)
New Revision: 1907

Modified:
   plog/branches/plog-1.0.1/locale/locale_en_UK.php
Log:
flipped polarity on compile_check

Modified: plog/branches/plog-1.0.1/locale/locale_en_UK.php
===================================================================
--- plog/branches/plog-1.0.1/locale/locale_en_UK.php	2005-04-25 17:34:29 UTC (rev 1906)
+++ plog/branches/plog-1.0.1/locale/locale_en_UK.php	2005-04-26 16:42:17 UTC (rev 1907)
@@ -719,7 +719,7 @@
 $messages['help_template_folder'] = 'Folder where templates are stored [Default = ./templates]';
 $messages['help_default_template'] = 'Default template for new blogs [Default = standard]';
 $messages['help_users_can_add_templates'] = 'Allow users to upload their own custom templates [Default = Yes]';
-$messages['help_template_compile_check'] = 'If disabled, Smarty will check every time if template files have changed and if so, use the new version. Set this to disabled for higher performance [Default = Yes]';
+$messages['help_template_compile_check'] = 'If enabled, Smarty will check every time if template files have changed and if so, use the new version. Set this to disabled for higher performance [Default = Yes]';
 $messages['help_template_cache_enabled'] = 'Enable the template cache. If enabled, the cached version of a page will be used whenever possible. No data will need to be fetched from the database and templates will not need to be recompiled [Default = Yes]';
 $messages['help_template_cache_lifetime'] = 'Lifetime in seconds of the cache. Set to -1 to force the cache to never expire. If set to 0, the cache will be disabled but it is recommended to set template_cache_enabled to "No" in order to disable the cache [Default = -1]';
 $messages['help_template_http_cache_enabled'] = 'Enable support for HTTP conditional requests. If enabled, pLog will take the "If-Modified-Since" HTTP header into account and send only content if strictly needed. Enable this to save bandwidth [Default = No]';




More information about the pLog-svn mailing list