In nodeformcols-configuration.tpl.php, change
<td colspan="4"><em><?php print t('No blocks in this region'); ?></em></td>
to
<td colspan="4"><em><?php print t('No fields in this region'); ?></em></td>
In nodeformcols-configuration.tpl.php, change
<td colspan="4"><em><?php print t('No blocks in this region'); ?></em></td>
to
<td colspan="4"><em><?php print t('No fields in this region'); ?></em></td>
Comments
Comment #1
Hugo Wetterberg commentedThanks, fixed in the repo, will be included in next release.