]> sipb.mit.edu Git - ikiwiki.git/commitdiff
revert colon part of change
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 20 Sep 2008 20:21:04 +0000 (16:21 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 20 Sep 2008 20:21:04 +0000 (16:21 -0400)
IkiWiki/Plugin/edittemplate.pm
doc/todo/Allow_edittemplate_to_set_file_type.mdwn

index c381940e5edd4056b5622c0daeb10cab1d6423a8..1fff03695f50172bb62086ac6b6b5d1a60cf5443 100644 (file)
@@ -62,7 +62,7 @@ sub preprocess (@) { #{{{
        add_depends($params{page}, $link);
        my $linkHTML = htmllink($params{page}, $params{destpage}, $link);
 
        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});
 } # }}}
 
                $linkHTML, $params{match});
 } # }}}
 
index 54fff6a194d71b9aba1c0434686fd4a538995af4..b49968c18f2e4185af45f95b9a9f802181d2110d 100644 (file)
@@ -5,6 +5,9 @@ Below is a [[patch]] to [[plugins/edittemplate]] that does a few things:
  * 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.
 
  * 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
 ----
 
     diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
@@ -39,5 +42,3 @@ Below is a [[patch]] to [[plugins/edittemplate]] that does a few things:
                                        }
                                }
 
                                        }
                                }
 
-
-[[done]]