line 213 of uc_advanced_catalog.filters.inc

'length' => t('Lenght'),

should be

'length' => t('Length'),

Comments

okokokok’s picture

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'),
   );
mogtofu33’s picture

Assigned: Unassigned » mogtofu33
Status: Active » Fixed

Fixed on 06-01-2011 dev snapshot.
Regards.
Mog.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.