Change "Length" measure label to "Length/depth".

This commit is contained in:
Michael Stenta 2019-09-17 14:04:02 -04:00
parent da91c3d18f
commit 8ffb86c3dc
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ function farm_quantity_measures() {
'label' => t('Count'),
),
'length' => array(
'label' => t('Length'),
'label' => t('Length/depth'),
),
'weight' => array(
'label' => t('Weight'),