@@ -53,23 +99,25 @@ public function form(array $form, array &$form_state) {
// Basic block information.
$form['info']=array(
'#type'=>'textfield',
'#title'=>t('Block description'),
'#title'=>$this->t('Block description'),
'#required'=>TRUE,
'#default_value'=>$block->label(),
'#weight'=>-5,
'#description'=>t('A brief description of your block. Used on the <a href="@overview">Blocks administration page</a>.',array('@overview'=>url('admin/structure/block'))),
'#description'=>$this->t('A brief description of your block. Used on the <a href="@overview">Blocks administration page</a>.',array('@overview'=>$this->url('block.admin_display'))),