@@ -51,7 +51,7 @@ public function blockForm($form, &$form_state) {
// separate interface for administering custom blocks.
$form['info']=array(
'#type'=>'textfield',
'#title'=>t('Block description'),
'#title'=>t('Description'),
'#required'=>TRUE,
'#default_value'=>$this->configuration['info'],
'#description'=>t('A brief description of your block. Used on the <a href="@overview">Blocks administration page</a>. <strong>Changing this field will change the description for all copies of this block.</strong>',array('@overview'=>url('admin/structure/block'))),
...
...
@@ -60,7 +60,7 @@ public function blockForm($form, &$form_state) {
// separate interface for administering custom blocks.
'#description'=>t('The content of the block as shown to the user. <strong>Changing this field will change the block body everywhere it is used.</strong>'),