From 6088ad861cbd43d277933c4e2c6dcd3cefb65f89 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Sep 2008 16:21:04 -0400 Subject: revert colon part of change --- IkiWiki/Plugin/edittemplate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') 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}); } # }}} -- cgit v1.2.3