better wording

master
Joey Hess 2010-05-07 13:55:08 -04:00
parent 2dfdadf10c
commit fe8f4a7781
1 changed files with 1 additions and 1 deletions

View 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>');