summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-03-13 21:26:09 +0000
committerDries Buytaert <dries@buytaert.net>2008-03-13 21:26:09 +0000
commitef706b824eb72c3ac3e12ac39b3d0e9d5c99b5ec (patch)
tree3b4f06766c4ae2ad33cc64ae021c43af03aa3a06 /modules/system/system.admin.inc
parentb55b45bcead0839fb727c792ce36fffbf54b2ff5 (diff)
downloadbrdo-ef706b824eb72c3ac3e12ac39b3d0e9d5c99b5ec.tar.gz
brdo-ef706b824eb72c3ac3e12ac39b3d0e9d5c99b5ec.tar.bz2
- Patch #229517 by keith.smith and flobruit: de-html selected interface strings.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 9ec72a6d2..23981b5c5 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1300,7 +1300,7 @@ function system_performance_settings() {
$form['bandwidth_optimizations'] = array(
'#type' => 'fieldset',
'#title' => t('Bandwidth optimizations'),
- '#description' => t('<p>Drupal can automatically optimize external resources like CSS and JavaScript, which can reduce both the size and number of requests made to your website. CSS files can be aggregated and compressed into a single file, while JavaScript files are aggregated (but not compressed). These optional optimizations may reduce server load, bandwidth requirements, and page loading times.</p><p>These options are disabled if you have not set up your files directory, or if your download method is set to private.</p>')
+ '#description' => '<p>'. t('Drupal can automatically optimize external resources like CSS and JavaScript, which can reduce both the size and number of requests made to your website. CSS files can be aggregated and compressed into a single file, while JavaScript files are aggregated (but not compressed). These optional optimizations may reduce server load, bandwidth requirements, and page loading times.') .'</p><p>'. t('These options are disabled if you have not set up your files directory, or if your download method is set to private.') .'</p>'
);
$directory = file_directory_path();