From 4cfe0887d68f3d89d63e2d7a857fc12186e6fae1 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 8 Apr 2009 17:16:36 +0000 Subject: Close #968: View path cache can now be turned on and off git-svn-id: https://code.elgg.org/elgg/trunk@3197 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 828e6ce2e..df94470f7 100644 --- a/languages/en.php +++ b/languages/en.php @@ -792,7 +792,10 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:allow_user_default_access:label' => "Allow user default access", 'installation:simplecache:description' => "The simple cache increases performance by caching static content including some CSS and JavaScript files. Normally you will want this on.", - 'installation:simplecache:label' => "Use simple cache", + 'installation:simplecache:label' => "Use simple cache (recommended)", + + 'installation:viewpathcache:description' => "The view filepath cache increases the loading times of plugins by caching the location of their views.", + 'installation:viewpathcache:label' => "Use view filepath cache (recommended)", 'upgrading' => 'Upgrading', 'upgrade:db' => 'Your database was upgraded.', -- cgit v1.2.3