From: Joey Hess <joey@kodama.kitenet.net>
Date: Sat, 20 Sep 2008 20:21:04 +0000 (-0400)
Subject: revert colon part of change
X-Git-Tag: 2.65~45
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6088ad861cbd43d277933c4e2c6dcd3cefb65f89

revert colon part of change
---

diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
index c381940e5..1fff03695 100644
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
@@ -62,7 +62,7 @@ sub preprocess (@) { #{{{
 	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});
 } # }}}
 
diff --git a/doc/todo/Allow_edittemplate_to_set_file_type.mdwn b/doc/todo/Allow_edittemplate_to_set_file_type.mdwn
index 54fff6a19..b49968c18 100644
--- a/doc/todo/Allow_edittemplate_to_set_file_type.mdwn
+++ b/doc/todo/Allow_edittemplate_to_set_file_type.mdwn
@@ -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.
 
+[[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
@@ -39,5 +42,3 @@ Below is a [[patch]] to [[plugins/edittemplate]] that does a few things:
      					}
      				}
 
-
-[[done]]