summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 6d5b06651..14c0929ce 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -1284,7 +1284,7 @@ function _locale_export_remove_plural($entry) {
*/
function _locale_string_language_list($translation) {
// Add CSS
- drupal_add_css(drupal_get_path('module', 'locale') .'/locale.css');
+ drupal_add_css(drupal_get_path('module', 'locale') .'/locale.css', 'module', 'all', FALSE);
$languages = locale_supported_languages(FALSE, TRUE);
unset($languages['name']['en']);