summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php
index 51483e5ed..84f136d7c 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -46,7 +46,7 @@ function phptemplate_comment_wrapper($content, $type = null) {
return '<div id="comments">'. $content . '</div>';
}
else {
- return '<div id="comments"><h2 class="comments">Comments</h2>'. $content .'</div>';
+ return '<div id="comments"><h2 class="comments">'. t('Comments') .'</h2>'. $content .'</div>';
}
}