I have just edit 2 files:

English.php
define('TITLE', 'Company');

English/Index.php
define('HEADING_TITLE', '');

But I still see : (2 dots) in front of Company on the heading title. Does anybody know where can I remove the 2 dots?

Thanks