diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-07 13:55:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-07 13:55:08 -0400 |
commit | fe8f4a77818f835aaaeb3784ca954e9ae96b4709 (patch) | |
tree | 9f6a6bd472f7099ef916e748d236edaa47d22607 /IkiWiki | |
parent | 2dfdadf10cefea593508e85979a0dff8c1584f2f (diff) | |
download | ikiwiki-fe8f4a77818f835aaaeb3784ca954e9ae96b4709.tar ikiwiki-fe8f4a77818f835aaaeb3784ca954e9ae96b4709.tar.gz |
better wording
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"), '<a href="'. IkiWiki::cgiurl(do => "commentmoderation").'">'. gettext("moderation").'</a>'); |