From #555316: Views 2: Improve field handler #8 by praseodym:

diff -urp /Users/mark/Desktop/lineage/lineage.views.inc lineage/lineage.views.inc
--- /Users/mark/Desktop/lineage/lineage.views.inc	2009-11-15 06:20:39.000000000 +0100
+++ lineage/lineage.views.inc	2010-01-09 22:12:49.000000000 +0100
@@ -6,7 +6,7 @@
 function lineage_views_data() {
   $tables['term_lineage'] = array(
     'table' => array(
-      'group' => 'Taxonomy',
+      'group' => t('Taxonomy'),
       'join' => array(
         'node' => array(
           'left_table' => 'term_node',

Comments

xjm’s picture

Status: Active » Fixed

Fix committed to dev branch.

Status: Fixed » Closed (fixed)

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