summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 94a855bab..4d3924f62 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -143,6 +143,7 @@ function locale_languages_custom_form() {
$form['custom language'] = array('#type' => 'fieldset',
'#title' => t('Custom language'),
'#collapsible' => TRUE,
+ '#collapsed' => TRUE,
);
_locale_languages_common_controls($form['custom language']);
$form['custom language']['submit'] = array(