projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83163b1
)
typo
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 27 Jan 2009 01:33:55 +0000
(20:33 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 27 Jan 2009 01:33:55 +0000
(20:33 -0500)
IkiWiki/Plugin/comments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/comments.pm
b/IkiWiki/Plugin/comments.pm
index b2243ce4c85e3938483e4656746cf93d0b2f6821..cbb3374c28ee744c40a2221b9e96123352cc6054 100644
(file)
--- 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;
}