diff --git a/ext/comment/theme.php b/ext/comment/theme.php
index 0b644390..51d7092a 100644
--- a/ext/comment/theme.php
+++ b/ext/comment/theme.php
@@ -203,7 +203,7 @@ class CommentListTheme extends Themelet {
$hash = md5(strtolower($comment->owner_email));
$h_avatar = "
";
}
- $h_reply = " - Reply";
+ $h_reply = " - Reply";
$h_ip = $user->can("view_ip") ? "
".show_ip($comment->poster_ip, "Comment posted {$comment->posted}") : "";
$h_del = $user->can("delete_comment") ?
' -