Index: modules/i18n/i18n.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/i18n/i18n.inc,v
retrieving revision 1.17
diff -u -r1.17 i18n.inc
--- modules/i18n/i18n.inc	6 May 2006 19:19:38 -0000	1.17
+++ modules/i18n/i18n.inc	7 May 2006 01:21:48 -0000
@@ -182,10 +182,9 @@
 	  }
     // Node edit form
 	  if (isset($form['type']) && $form['type']['#value'] .'_node_form' == $form_id){
-      $form['i18n'] = array('#type' => 'fieldset', '#title' => t('Language'), '#collapsible' => TRUE, '#collapsed' => FALSE, '#weight' => -4);

       // Language field
       if(variable_get('i18n_node_'.$form['type']['#value'], 0) && !isset($form['i18n']['language'])) {
+        $form['i18n'] = array('#type' => 'fieldset', '#title' => t('Language'), '#collapsible' => TRUE, '#collapsed' => FALSE, '#weight' => -4);
         // Language will default to current only when creating a node
         $language = isset($form['#node']->language) ? $form['#node']->language : (arg(1)=='add' ? i18n_get_lang() : '');
         $form['i18n']['language'] = _i18n_language_select($language, t('If you change the Language, you must click on <i>Preview</i> to get the right Categories &amp; Terms for that language.'), -4);
@@ -420,4 +419,4 @@
 }
 
 /* @} */
-?>
\ No newline at end of file
+?>
