Translation update.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-19 01:39:43 +00:00
parent 8b28d69e79
commit cafb621395

View File

@ -22,7 +22,7 @@
<!-- You can start editing here. -->
<h2 id="comments"><?php comments_number(__("Comments")); ?>
<h2 id="comments"><?php comments_number(__("Comments"), __("1 Comment"), __("% Comments")); ?>
<?php if ('open' == $post->comment_status) { ?>
<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">&raquo;</a>
<?php } ?>