'#description'=>t('Specify a path to a file or a directory starting with @scheme://. Alternatively upload a file below.',array('@scheme'=>file_default_scheme())),
'#description'=>empty($source_config['source'])?t('Select the file to be imported from your local system.'):t('Select a different file to be imported from your local system.'),
@@ -199,8 +207,10 @@ class FeedsFileFetcher extends FeedsFetcher {
);
$form['direct']=array(
'#type'=>'checkbox',
'#title'=>t('Supply path to file directly'),
'#description'=>t('For experts. Lets users specify a path to a file or a directory of files directly. This is useful when the files that need to be imported are already on the server.'),
'#title'=>t('Supply path to file or directory directly'),
'#description'=>t('For experts. Lets users specify a path to a file <em>or a directory of files</em> directly,
instead of a file upload through the browser. This is useful when the files that need to be imported