line 213 of uc_advanced_catalog.filters.inc
'length' => t('Lenght'),
should be
'length' => t('Length'),
If it helps, here's a diff :)
--- a/sites/all/modules/uc_advanced_catalog/uc_advanced_catalog.filters.inc +++ b/sites/all/modules/uc_advanced_catalog/uc_advanced_catalog.filters.inc @@ -210,7 +210,7 @@ function uc_advanced_catalog_catalog_filters($defaults = array(), $variables = a 'title' => t('Name'), 'sell_price' => t('Price'), 'weight' => t('Weight'), - 'length' => t('Lenght'), + 'length' => t('Length'), 'width' => t('Width'), 'height' => t('Height'), );
Fixed on 06-01-2011 dev snapshot. Regards. Mog.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
okokokok commentedIf it helps, here's a diff :)
Comment #2
mogtofu33 commentedFixed on 06-01-2011 dev snapshot.
Regards.
Mog.