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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Apr 16 01:55:37 GMT 2005


Author: jondaley
Date: 2005-04-16 01:55:36 +0000 (Sat, 16 Apr 2005)
New Revision: 1847

Modified:
   plog/branches/plog-1.0.1/locale/locale_en_UK.php
Log:
default for cache_lifetime should not be zero, since that isn't a particularly good value to use

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-16 01:53:28 UTC (rev 1846)
+++ plog/branches/plog-1.0.1/locale/locale_en_UK.php	2005-04-16 01:55:36 UTC (rev 1847)
@@ -721,7 +721,7 @@
 $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_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 = 0]';
+$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]';
 $messages['help_allow_php_code_in_templates'] = 'Allows to embed native PHP code in Smarty templates inside {php}...{/php} blocks [Default = No]';
 // urls




More information about the pLog-svn mailing list