Skip to content

Commit

Permalink
some l10n changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manne committed Jun 24, 2012
1 parent 47ea749 commit 4196ed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<section id="respond" class="respond-form">

<h3 id="comment-form-title" class="h2"><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3>
<h3 id="comment-form-title" class="h2"><?php comment_form_title( __('Leave a Reply', 'bonestheme'), __('Leave a Reply to %s', 'bonestheme' )); ?></h3>

<div id="cancel-comment-reply">
<p class="small"><?php cancel_comment_reply_link(); ?></p>
Expand Down Expand Up @@ -101,15 +101,15 @@

<?php endif; ?>

<p><textarea name="comment" id="comment" placeholder="<?php _e('Your Comment here', 'bonestheme'); ?>" tabindex="4"></textarea></p>
<p><textarea name="comment" id="comment" placeholder="<?php _e('Your Comment here...', 'bonestheme'); ?>" tabindex="4"></textarea></p>

<p>
<input name="submit" type="submit" id="submit" class="button" tabindex="5" value="<?php _e('Submit', 'bonestheme'); ?>" />
<?php comment_id_fields(); ?>
</p>

<div class="alert info">
<p id="allowed_tags" class="small"><strong>XHTML:</strong> <?php _e('You can use these tags:', 'bonestheme'); ?> <code><?php echo allowed_tags(); ?></code></p>
<p id="allowed_tags" class="small"><strong>XHTML:</strong> <?php _e('You can use these tags', 'bonestheme'); ?>: <code><?php echo allowed_tags(); ?></code></p>
</div>

<?php do_action('comment_form', $post->ID); ?>
Expand Down

0 comments on commit 4196ed6

Please sign in to comment.