Translation update.

git-svn-id: https://develop.svn.wordpress.org/trunk@1311 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-05-19 01:39:43 +00:00
parent a052f091dc
commit 602a3aeb14
1 changed files with 1 additions and 1 deletions

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 } ?>