summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-20 16:21:04 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-20 16:21:04 -0400
commit6088ad861cbd43d277933c4e2c6dcd3cefb65f89 (patch)
treebcad0dbf90fb0dfd10ae864fcfba4a5931ac1675 /IkiWiki
parenta6fc3b411f64f18cd2aabfcd2496b3f7e275e7ef (diff)
revert colon part of change
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/edittemplate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
index c381940e5..1fff03695 100644
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
@@ -62,7 +62,7 @@ sub preprocess (@) { #{{{
add_depends($params{page}, $link);
my $linkHTML = htmllink($params{page}, $params{destpage}, $link);
- return sprintf(gettext("edittemplate: %s registered for %s"),
+ return sprintf(gettext("edittemplate %s registered for %s"),
$linkHTML, $params{match});
} # }}}