]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/template.pm
Merge branch 'master' into templatemove
[git.ikiwiki.info.git] / IkiWiki / Plugin / template.pm
index fc82920105c99693a32ef10916a96f3b08f1d089..d2b2fef55fbec15fef890f52c7cb9c2f0d56d3e6 100644 (file)
@@ -33,7 +33,7 @@ sub preprocess (@) {
                error gettext("missing id parameter")
        }
 
-       # The bare id is used, so a page templates/$id will be used as 
+       # The bare id is used, so a page templates/$id can be used as 
        # the template.
        my $template;
        eval {
@@ -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"),