Index: l10n_community/export.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/export.inc,v retrieving revision 1.1.2.15.2.21 diff -u -p -r1.1.2.15.2.21 export.inc --- l10n_community/export.inc 16 Jan 2010 14:37:19 -0000 1.1.2.15.2.21 +++ l10n_community/export.inc 18 Jan 2010 13:55:14 -0000 @@ -119,7 +119,7 @@ function l10n_community_export_form(&$fo $form['format']['version'] = array( '#title' => t('Packaging'), '#type' => 'radios', - '#options' => array('drupal-6' => t('Drupal 6 package format (translations directories)'), 'drupal-5' => t('Drupal 5 package format (for autolocale module)'), 'flat-package' => t('Flat package for CVS commit (use for Drupal core)'), 'all-in-one' => t('All in one file')), + '#options' => array('drupal-6' => t('Drupal 6 core package format (translations directories)'), 'drupal-5' => t('Drupal 5 core package format (for autolocale module)'), 'flat-package' => t('Drupal 5/6 core flat package format (for CVS commit)'), 'all-in-one' => t('All in one file')), '#default_value' => 'drupal-6', ); $form['format']['compact'] = array(