Index: i18ntaxonomy/i18ntaxonomy.module =================================================================== RCS file: /cvs/drupal/contributions/modules/i18n/i18ntaxonomy/i18ntaxonomy.module,v retrieving revision 1.5.2.34 diff -u -p -r1.5.2.34 i18ntaxonomy.module --- i18ntaxonomy/i18ntaxonomy.module 29 Aug 2009 21:08:24 -0000 1.5.2.34 +++ i18ntaxonomy/i18ntaxonomy.module 15 Sep 2009 16:13:30 -0000 @@ -484,6 +484,7 @@ function i18ntaxonomy_node_form(&$form) if (i18ntaxonomy_vocabulary($vid) == I18N_TAXONOMY_LOCALIZE) { $form['taxonomy']['tags'][$vid]['#description'] .= ' '. t('This is a localizable vocabulary, so only terms in %language are allowed here.', array('%language' => language_default('name'))); } + $form['taxonomy']['tags'][$vid]['#title'] = tt("taxonomy:vocabulary:$vid:name", $form['taxonomy']['tags'][$vid]['#title']); } } elseif (is_numeric($vid) && i18ntaxonomy_vocabulary($vid) == I18N_TAXONOMY_LOCALIZE) {