on file atahualpa/comments.php (version 3.6.4) at row 115 I have this istruction:
PHP Code:
$comment_form_settings = array(
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'comment_field' => '<p><textarea name="comment" id="comment" rows="10" cols="10" tabindex="4"></textarea></p>',
'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
'comment_notes_before' => '',
'comment_notes_after' => $comment_notes_after,
'id_form' => 'commentform',
'id_submit' => 'submit',
'title_reply' => __( 'Leave a Reply' ),
'title_reply_to' => __( 'Leave a Reply to %s' ),
'cancel_reply_link' => __( 'Cancel reply' ),
'label_submit' => __( 'Post Comment' )
);
PHP Code:
'title_reply' => __( 'Leave a Reply' ),
PHP Code:
'title_reply' => __( 'Leave a Reply', 'atahualpa' ),
By,
Michele
sorry for my english