[pLog-svn] r932 - plog/trunk/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Feb 3 14:23:34 GMT 2005


Author: oscar
Date: 2005-02-03 14:23:33 +0000 (Thu, 03 Feb 2005)
New Revision: 932

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
one more little change!


Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-02-03 14:15:27 UTC (rev 931)
+++ plog/trunk/locale/locale_en_UK.php	2005-02-03 14:23:33 UTC (rev 932)
@@ -704,7 +704,7 @@
 $messages['help_template_folder'] = 'Folder where templates are stored';
 $messages['help_default_template'] = 'Default template for new blogs';
 $messages['help_users_can_add_templates'] = 'Allow users to upload their own custom templates';
-$messages['help_template_compile_check'] = 'If disabled, Smarty will check every request if template files have changed and if so, use the new version. Set this to disabled for higher performance';
+$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';
 $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';
 $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";
 $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';




More information about the pLog-svn mailing list