Index: src/wp-includes/comment-template.php
===================================================================
--- src/wp-includes/comment-template.php	(revision 30031)
+++ src/wp-includes/comment-template.php	(working copy)
@@ -1339,6 +1339,17 @@
 		return false;
 	}
 
+	/**
+	 * Filter the text for the reply to comment link.
+	 *
+	 * @since 4.1.0
+	 *
+	 * @param array   $args    An array of arguments overriding the defaults.
+	 * @param object  $comment The object of the comment being replied.
+	 * @param WP_Post $post    The WP_Post object.
+	 */
+	$args = apply_filters( 'comment_reply_link_args', $args, $comment, $post );
+
 	if ( get_option( 'comment_registration' ) && ! is_user_logged_in() ) {
 		$link = sprintf( '<a rel="nofollow" class="comment-reply-login" href="%s">%s</a>',
 			esc_url( wp_login_url( get_permalink() ) ),
