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});
} # }}}
* It makes the description of what was registered link to the template page (which gives feedback for typos or allows template creation)
* It adds a colon to the standard string correcting the syntax.
+[[done]] except for the colon change; it's referring to the template as an
+edittemplate there. --[[Joey]]
+
----
diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
}
}
-
-[[done]]