- Patch #394538 by gaele: refer to the block administration page in a consistent manner.
parent
dec310d6f1
commit
acac8741fd
|
@ -383,7 +383,7 @@ function block_box_form($edit = array()) {
|
|||
'#title' => t('Block description'),
|
||||
'#default_value' => $edit['info'],
|
||||
'#maxlength' => 64,
|
||||
'#description' => t('A brief description of your block. Used on the <a href="@overview">block overview page</a>.', array('@overview' => url('admin/build/block'))),
|
||||
'#description' => t('A brief description of your block. Used on the <a href="@overview">blocks administration page</a>.', array('@overview' => url('admin/build/block'))),
|
||||
'#required' => TRUE,
|
||||
'#weight' => -19,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue