aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-26 20:33:55 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-26 20:33:55 -0500
commit5dd67723c1b03ce3fbdc0a0b61d3d20fbe11b208 (patch)
tree6689872dd22007a519582cf7302541cfcc0c6ce0 /IkiWiki/Plugin/comments.pm
parent83163b16ab18ba0352edc0022ed6d431da49461a (diff)
downloadikiwiki-5dd67723c1b03ce3fbdc0a0b61d3d20fbe11b208.tar
ikiwiki-5dd67723c1b03ce3fbdc0a0b61d3d20fbe11b208.tar.gz
typo
Diffstat (limited to 'IkiWiki/Plugin/comments.pm')
-rw-r--r--IkiWiki/Plugin/comments.pm2
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;
}