diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 3a5d7bfff4..3130d487d3 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -58,9 +58,10 @@ if (have_posts()) : $title = apply_filters('the_title_rss', $title); printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss()); } else { - printf(__('by: %s'), get_comment_author_rss()); + printf(__('By: %s'), get_comment_author_rss()); } ?> +