Ticket #939 -> Cambio de etiqueta: "Leave a Reply" => "Make a comment"

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@40 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-07-27 09:07:01 +00:00
parent 4f9a0b2883
commit c10f3e4c85
3 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ require(ghostpool_inc . 'options.php');
<!--Begin Respond-->
<div id="respond">
<h3><?php comment_form_title(__('Leave a Reply', 'gp_lang'), __('Respond to %s', 'gp_lang')); ?> <?php cancel_comment_reply_link(__('Cancel Reply', 'gp_lang')); ?></h3>
<h3><?php comment_form_title(__('Make a comment', 'gp_lang'), __('Respond to %s', 'gp_lang')); ?> <?php cancel_comment_reply_link(__('Cancel Reply', 'gp_lang')); ?></h3>
<?php if(get_option('comment_registration') && !$user_ID) { ?>

View File

@ -103,7 +103,7 @@ require(ghostpool_inc . 'options.php');
<?php if ( comments_open() ) : ?>
<div id="respond">
<h3><?php comment_form_title( __('Leave a Reply'), __('Leave a Reply to %s' ) ); ?></h3>
<h3><?php comment_form_title( __('Make a comment'), __('Respond to %s' ) ); ?></h3>
<div id="cancel-comment-reply">
<small><?php cancel_comment_reply_link() ?></small>
</div>

View File

@ -66,7 +66,7 @@ $count = 1;
<?php } else { ?>
<div id="respond" class="homepage">
<h3><?php comment_form_title( __('Leave a Reply'), __('Leave a Reply to %s' ) ); ?></h3>
<h3><?php comment_form_title( __('Make a comment'), __('Respond to %s' ) ); ?></h3>
<div id="cancel-comment-reply">
<small><?php cancel_comment_reply_link() ?></small>
</div>