'#description'=>t('If the supplied URL does not contain the scheme, use this one automatically. Keep empty to force the user to input the scheme.'),
'#default_value'=>$this->config['auto_scheme'],
);
$form['advanced']['designated_hub']=array(
'#type'=>'textfield',
'#title'=>t('Designated hub'),
'#description'=>t('Enter the URL of a designated PubSubHubbub hub (e. g. superfeedr.com). If given, this hub will be used instead of the hub specified in the actual feed.'),