diff options
Diffstat (limited to 'modules/comment/views/show_comments.html.php')
| -rw-r--r-- | modules/comment/views/show_comments.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php index 9726364f..5ba45883 100644 --- a/modules/comment/views/show_comments.html.php +++ b/modules/comment/views/show_comments.html.php @@ -1,9 +1,9 @@ <? defined("SYSPATH") or die("No direct script access."); ?> -<div id="gComments"><!-- BEGIN #gComments --> +<div id="gComments"> <? if ($comment_list): ?> - <h2>Comments</h2> + <h2><?= _("Comments") ?></h2> <?= $comment_list ?> <? endif ?> <?= $comment_form ?> -</div><!-- END #gComments --> +</div> |
