How can I make “Leave a comment” translation ready?

Should be put to the translation function.

<?php comment_form(array ('title_reply' => __('Leave a comment', 'mytextdomain'))); ?>

Or use WordPress translation:

<?php comment_form(array ('title_reply' => __('Leave a comment'))); ?>