I think function t() on line 14 of taxonomy.inc needs to be updated. Shouldn't % be converted to !?
On the import mapping page, terms under the "Import to field" are wrapped with <em> tags like so:
[Taxonomy term: <em>Term</em>]
See http://api.drupal.org/api/function/t/5 for more details. I manually updated this and it appears to be working correctly.
Thanks.
Comments
Comment #1
robomalo commentedActually, this function appears multiple times throughout the document. All instances should be updated.
Comment #2
Robrecht Jacques commentedSetting this as duplicate of http://drupal.org/node/162192 which had a fix. This fix will be included in the next release of node_import (5.x-1.5). Thanks!