diff --git a/translators/tmgmt_local/tmgmt_local.module b/translators/tmgmt_local/tmgmt_local.module
index 23cc68e..83576cc 100644
--- a/translators/tmgmt_local/tmgmt_local.module
+++ b/translators/tmgmt_local/tmgmt_local.module
@@ -228,9 +228,7 @@ function tmgmt_local_tmgmt_translator_plugin_info() {
     'description' => t('Allows local users to process translation jobs.'),
     'plugin controller class' => 'TMGMTLocalTranslatorPluginController',
     'ui controller class' => 'TMGMTLocalTranslatorUIController',
-    'default settings' => array(
-      'auto_accept' => TRUE,
-    ),
+
     'map remote languages' => FALSE,
   );
 
