- Use consistent terminology: placement -> region.
parent
2d16f38e09
commit
a2be462995
|
@ -351,7 +351,7 @@ function theme_block_admin_display($form) {
|
|||
}
|
||||
|
||||
// Finish table
|
||||
$header = array(t('Block'), t('Enabled'), t('Weight'), t('Placement'));
|
||||
$header = array(t('Block'), t('Enabled'), t('Weight'), t('Region'));
|
||||
if ($throttle) {
|
||||
$header[] = t('Throttle');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue