Thank you Mark, for helping me!
So, for you others that will find this thread, what I did was:
I found <?php comment_form(); ?>
and replaced it with <?php comment_form( array( 'title_reply' => 'Comment here please', 'label_submit' => 'Go go go!' ) ); ?>
Look for more possibilities in the list of arrays that can be found in the link Mark posted.