diff --git a/block.tpl.php b/block.tpl.php index a84d5fe047975ce3453bef1a468075d9a8768e40..7d89a06136c96cee5d3ff4b93e4e15e74a192105 100644 --- a/block.tpl.php +++ b/block.tpl.php @@ -1,6 +1,11 @@
diff --git a/comment-wrapper.tpl.php b/comment-wrapper.tpl.php index f701782bb6b4adc8235c77ee8d938cc4aaf5bb47..11f90ac41a566ce76f601555721a737e3352e784 100644 --- a/comment-wrapper.tpl.php +++ b/comment-wrapper.tpl.php @@ -36,7 +36,13 @@
type != 'forum'): ?>
- comment_count; if ($node->comment_count > 1) { print ' Comments'; } else { print ' Comment'; } ?> + + comment_count; + if ($node->comment_count > 1) { + print ' ' .t('Comments'); } + else { print ' ' .t('Comment'); } ?> +
diff --git a/comment.tpl.php b/comment.tpl.php index e4f8a31cce7e57214ed74d97eaf1ac1afaa7cc97..bc978ccf4beb3205af8b86269e215e3b0689764d 100644 --- a/comment.tpl.php +++ b/comment.tpl.php @@ -26,7 +26,7 @@ * @see theme_comment() */ ?> -
+
@@ -37,7 +37,7 @@ new): ?> - on +