From 3cb75b8488acfabc4d92f3860c88fdccaf33807b Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Fri, 1 Oct 2010 20:43:02 +0000 Subject: [PATCH] Use active voice. --- includes/FeedsImporter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/FeedsImporter.inc b/includes/FeedsImporter.inc index 692719bb..0fc3902b 100644 --- a/includes/FeedsImporter.inc +++ b/includes/FeedsImporter.inc @@ -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; -- GitLab