Actually I would suggest removing that number as it serves no purpose. Open up product.tpl and replace this:
Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}
with this:
Code:
{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog extra="width=100%"}