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

'Import' not available on node forms. Fix language.

parent 6d75bd00
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class FeedsFileFetcher extends FeedsFetcher {
$form['upload'] = array(
'#type' => 'file',
'#title' => t('Upload'),
'#description' => t('Choose a file from your local computer, then click "Import".'),
'#description' => t('Choose a file from your local computer.'),
);
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