From: Joey Hess Date: Tue, 27 Jan 2009 01:33:55 +0000 (-0500) Subject: typo X-Git-Tag: 3.03~8 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/5dd67723c1b03ce3fbdc0a0b61d3d20fbe11b208 typo --- diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index b2243ce4c..cbb3374c2 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -477,7 +477,7 @@ sub editcomment ($$) { IkiWiki::printheader($session); print IkiWiki::misctemplate(gettext(gettext("comment stored for moderation")), "

". - gettext("Your comment will be posted after moderator review"), + gettext("Your comment will be posted after moderator review"). "

"); exit; }