I found that on line 182 of v4.2.6 it says:
$desc = RSSImport_end_on_word($title) . $truncatedescstring;
but it should say:
$desc = RSSImport_end_on_word($desc) . $truncatedescstring;
This had it showing the title twice.
Great plugin.
Thanks,
Greg