diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 20:33:55 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-26 20:33:55 -0500 |
commit | 5dd67723c1b03ce3fbdc0a0b61d3d20fbe11b208 (patch) | |
tree | 6689872dd22007a519582cf7302541cfcc0c6ce0 | |
parent | 83163b16ab18ba0352edc0022ed6d431da49461a (diff) |
typo
-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 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")), "<p>". - gettext("Your comment will be posted after moderator review"), + gettext("Your comment will be posted after moderator review"). "</p>"); exit; } |