there is an error in
\pro\includes\languages\english\extra_definitions\manufacturers_metatags.php
you have "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS" and "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS"
where category is mentioned it should be manufacturer
when it should be
Code:
//Metatags
define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Manufacturers Meta Tags Definitions');
define('TEXT_INFO_HEADING_EDIT_MANUFACTURER_META_TAGS', 'Manufacturers Meta Tags Definitions');
define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Define Custom Meta Tags');
define('TEXT_EDIT_MANUFACTURER_META_TAGS_INTRO', 'Define Custom Meta Tags');
define('TEXT_EDIT_MANUFACTURER_META_TAGS_TITLE', 'Title:');
define('TEXT_EDIT_MANUFACTURER_META_TAGS_KEYWORDS', 'Keywords:');
define('TEXT_EDIT_MANUFACTURERS_META_TAGS_DESCRIPTION', 'Description:');
the spanish defines are ok
also the where the meta title goes then the field is only 4 characters wide, this should be much wider than thisn and/or auto adjust to the size of the currently define meta title