diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:31:25 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:31:25 -0500 |
commit | 8e4d4c50df3f19be4ad9c204797e57ecd9ba02b3 (patch) | |
tree | 194c0aacb9a2d3ea15d9b6143b6e174715339b5f /languages | |
parent | 3874c13a404dafd526d7e34ca660239dc34dd300 (diff) | |
download | elgg-8e4d4c50df3f19be4ad9c204797e57ecd9ba02b3.tar.gz elgg-8e4d4c50df3f19be4ad9c204797e57ecd9ba02b3.tar.bz2 |
updated the display to show system cache language
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 97867f922..76ef07b4d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1032,8 +1032,8 @@ Once you have logged in, we highly recommend that you change your password. '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 (recommended)", - 'installation:viewpathcache:description' => "The view filepath cache decreases the loading times of plugins by caching the location of their views.", - 'installation:viewpathcache:label' => "Use view filepath cache (recommended)", + 'installation:systemcache:description' => "The system cache decreases the loading time of the Elgg engine by caching data to files.", + 'installation:systemcache:label' => "Use system cache (recommended)", 'upgrading' => 'Upgrading...', 'upgrade:db' => 'Your database was upgraded.', |