better wording
authorJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 17:55:08 +0000 (13:55 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 17:55:08 +0000 (13:55 -0400)
IkiWiki/Plugin/comments.pm

index 077c4776bb85e68337bf356093e20a0b5c087290..5d7176a8c7a4da8f90f01e026b660e1c4ff571bb 100644 (file)
@@ -109,7 +109,7 @@ sub htmlize {
 
 sub htmlize_pending {
        my %params = @_;
-       return sprintf(gettext("comment pending %s"),
+       return sprintf(gettext("this comment needs %s"),
                '<a href="'.
                IkiWiki::cgiurl(do => "commentmoderation").'">'.
                gettext("moderation").'</a>');