From: Joey Hess Date: Fri, 7 May 2010 17:55:08 +0000 (-0400) Subject: better wording X-Git-Tag: 3.20100515~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe8f4a77818f835aaaeb3784ca954e9ae96b4709;p=ikiwiki.git better wording --- diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index 077c4776b..5d7176a8c 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -109,7 +109,7 @@ sub htmlize { sub htmlize_pending { my %params = @_; - return sprintf(gettext("comment pending %s"), + return sprintf(gettext("this comment needs %s"), ''. gettext("moderation").'');