function YOURMODULENAME_form_comment_comment_form_alter(&$form, &$form_state) {
    if (isset($form['actions']['submit'])) {
        $form['actions']['submit']['#value'] = t('Post');
    }
}

Comments

th.sigit’s picture

Thank you man