diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
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.',
|