aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/template.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-23 14:50:00 -0400
committerJoey Hess <joey@kitenet.net>2010-04-23 14:50:00 -0400
commitee8d237f98b2c82b441dc7c26f6ce8545362cb73 (patch)
tree8d7fb1aa0d349d7ae703ae7cdf43850e9c1237ee /IkiWiki/Plugin/template.pm
parent753bfb17a0b593137341fe61c1a7db5dccd00efa (diff)
downloadikiwiki-ee8d237f98b2c82b441dc7c26f6ce8545362cb73.tar
ikiwiki-ee8d237f98b2c82b441dc7c26f6ce8545362cb73.tar.gz
improved error message
Diffstat (limited to 'IkiWiki/Plugin/template.pm')
-rw-r--r--IkiWiki/Plugin/template.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/template.pm b/IkiWiki/Plugin/template.pm
index fc8292010..e5a0c05c3 100644
--- a/IkiWiki/Plugin/template.pm
+++ b/IkiWiki/Plugin/template.pm
@@ -41,7 +41,7 @@ sub preprocess (@) {
blind_cache => 1);
};
if ($@) {
- error gettext("failed to process:")." $@";
+ error gettext("failed to process template:")." $@";
}
if (! $template) {
error sprintf(gettext("%s not found"),