Skip to content

Commit

Permalink
format text for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
SiR-DanieL committed Nov 16, 2015
1 parent 8f26233 commit ef3410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/single-product-reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
$commenter = wp_get_current_commenter();

$comment_form = array(
'title_reply' => have_comments() ? __( 'Add a review', 'woocommerce' ) : __( 'Be the first to review', 'woocommerce' ) . ' “' . get_the_title() . '”',
'title_reply' => have_comments() ? __( 'Add a review', 'woocommerce' ) : sprintf( __( 'Be the first to review “%s”', 'woocommerce' ), get_the_title() ),
'title_reply_to' => __( 'Leave a Reply to %s', 'woocommerce' ),
'comment_notes_before' => '',
'comment_notes_after' => '',
Expand Down

0 comments on commit ef3410e

Please sign in to comment.