- Patch #394538 by gaele: refer to the block administration page in a consistent manner.

merge-requests/26/head
Dries Buytaert 2009-06-27 10:10:06 +00:00
parent dec310d6f1
commit acac8741fd
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);