From ef706b824eb72c3ac3e12ac39b3d0e9d5c99b5ec Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Mar 2008 21:26:09 +0000 Subject: - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') 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('

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.

These options are disabled if you have not set up your files directory, or if your download method is set to private.

') + '#description' => '

'. 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.') .'

'. t('These options are disabled if you have not set up your files directory, or if your download method is set to private.') .'

' ); $directory = file_directory_path(); -- cgit v1.2.3