I need to change the default email confirmation subject line from 'Movable Type Account Confirmation' to a custom subject line. It's been pointed out before that you need to edit the MT/App/Comments.pm file in the lib directory.
Specifically you need to change this line:
my $subject = $app->translate('Movable Type Account Confirmation');
I've done this and doubled checked the file and yet the email that gets sent out still says 'Movable Type Account Confirmation'.
Why is this? Any thoughts?
Reported on Movable Type 4.3
addons/Community.pack/lib/MT/App/Community.pm may be another candidate to look into if community pack (blog/forum) is used.
That did the trick.
Thank you.