diff --git a/includes/FeedsImporter.inc b/includes/FeedsImporter.inc
index fccbc9d0df815bc3c9ee8e8984cd26d52c42bdd5..3bb96db820a6d9f58e0b7804e31858126d9209ca 100644
--- a/includes/FeedsImporter.inc
+++ b/includes/FeedsImporter.inc
@@ -258,7 +258,7 @@ class FeedsImporter extends FeedsConfigurable {
     );
     $form['import_on_create'] = array(
       '#type' => 'checkbox',
-      '#title' => t('Import on create'),
+      '#title' => t('Import on submission'),
       '#description' => t('Check if content should be imported at the moment of feed submission.'),
       '#default_value' => $this->config['import_on_create'],
     );