Zend certified PHP/Magento developer

how correctly add HTML tags to setMessage

i have this code

 $result->setMessage(
                                Mage::helper('cataloginventory')->__('This item is not available and will be placed in a backorder queue. Please refer to the Backorder info page for details on how this order will be processed.', ($backorderQty * 1))
                            );

but result this code:

how correctly add HTML tags?