Skip to content
Snippets Groups Projects
Commit 3cb75b84 authored by Alex Barth's avatar Alex Barth
Browse files

Use active voice.

parent 3060931f
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ class FeedsImporter extends FeedsConfigurable {
$form['import_on_create'] = array(
'#type' => 'checkbox',
'#title' => t('Import on submission'),
'#description' => t('Check if import should be started at the moment of standalone form or node form submission.'),
'#description' => t('Check if import should be started at the moment a standalone form or node form is submitted.'),
'#default_value' => $config['import_on_create'],
);
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment