Localisation

This commit is contained in:
Mike Jolley 2011-11-30 16:43:16 +00:00
parent fe2646a5fd
commit 0d3485c0f1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
<option value="2">'.__('Not that bad', 'woothemes').'</option>
<option value="1">'.__('Very Poor', 'woothemes').'</option>
</select></p>
<p class="comment-form-comment"><label for="comment">' . _x( 'Your Review', 'noun' ) . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>'
<p class="comment-form-comment"><label for="comment">' . __( 'Your Review', 'woothemes' ) . '</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>'
. $woocommerce->nonce_field('comment_rating', true, false)
));