master
Joey Hess 2012-10-14 20:49:42 -04:00
parent ef0c569a95
commit b5b3f56703
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ sub filltemplate ($$) {
if ($@) {
# Indicate that the earlier preprocessor directive set
# up a template that doesn't work.
return "[[!pagetemplate ".gettext("failed to process template:")." $@]]";
return "[[!edittemplate ".gettext("failed to process template:")." $@]]";
}
$template->param(name => $page);