summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/edittemplate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/edittemplate.pm')
-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});
} # }}}