Index: l10n_client.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_client/Attic/l10n_client.module,v
retrieving revision 1.22.2.6
diff -u -p -r1.22.2.6 l10n_client.module
--- l10n_client.module	20 Apr 2010 21:58:12 -0000	1.22.2.6
+++ l10n_client.module	20 Apr 2010 22:01:21 -0000
@@ -464,7 +464,7 @@ function l10n_client_import_package_form
     '#type' => 'checkboxes',
     '#title' => t('Clean up textgroups in database before reimport'),
     '#description' => t('If checked, all translations for the given language and selected textgroups will be deleted from the database first, and you will loose all your customized translations and those not available in the files being imported. Use with extreme caution.'),
-    '#default_value' => array('default'),
+    '#default_value' => array(),
     '#options' => module_invoke_all('locale', 'groups'),
   );
   $form['reimport']['submit'] = array(
