Hiding "Dublin Core" label

Hi, Im using omeka 2.0.3. I would like to hide the "Dublin Core" label at the public page (item/show)..right above a record Title. I got the screenshot but unable to attach it here. How im going to do/hide it.

Thanks

The most straightforward way is to copy the file application/views/scripts/common/record-metadata.php into the common folder in your theme. Then, in the file that you just copied over, delete this line:

<h2><?php echo html_escape(__($setName)); ?></h2>

Note that this will remove that information for collections, too. If you need some different behavior there, we can add in some more checks

Patrickmj...it's working very well..what a piece of mind!!! :) thanks..

Needed this, Thanks Patrick!