That is unusal to occur since the system takes the subject that is entered in the subject line and uses that as the subject
What you can do is make edit to ManageNews.php to make sure it is empty
Open Sources/ManageNews.php
Find
$context['default_subject'] = $context['forum_name'] . ': ' . $txt[70];
Change to
$context['default_subject'] = '';