- Use consistent terminology: placement -> region.

5.x
Dries Buytaert 2006-08-21 09:18:46 +00:00
parent 2d16f38e09
commit a2be462995
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}