From 8258959e940d8a73da69f7be7e517588f46531a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Mar 2010 09:27:14 +0000 Subject: - Patch #588480 by aspilicious, droplet: fixed interface string space issues. --- 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 94f1e62cf..4b20d76c1 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1656,7 +1656,7 @@ function system_performance_settings() { $form['bandwidth_optimization'] = array( '#type' => 'fieldset', '#title' => t('Bandwidth optimization'), - '#description' => t('External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.') . $disabled_message, + '#description' => t('External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.') . $disabled_message, ); $js_hide = $cache == CACHE_DISABLED ? ' class="js-hide"' : ''; -- cgit v1.2.3