Topic: Wrong error message
Line 145 of items_db.inc currently is :
_('Cannot delete this item because there are existing purchase order items for it.'),
It should be:
_('Cannot delete this item because there are existing sales order items for it.'),