]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 390040: Fix wrong file name for hook in customization.xml (documentation only...
authorvladd%bugzilla.org <>
Fri, 4 Apr 2008 11:48:19 +0000 (11:48 +0000)
committervladd%bugzilla.org <>
Fri, 4 Apr 2008 11:48:19 +0000 (11:48 +0000)
docs/en/xml/customization.xml

index a513610be71d29ae43674bcd4942345bddee8130..ce48ab940797a328f531cd13ddf16c7bba8fbd33 100644 (file)
@@ -1,6 +1,6 @@
 <!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
 <chapter id="customization">
-  <title>Customising Bugzilla</title>
+  <title>Customizing Bugzilla</title>
 
   <section id="cust-skins">
     <title>Custom Skins</title>
     <para>
       Code hooks appear in Bugzilla source files as a single method call 
       in the format <literal role="code">Bugzilla::Hook->process("<varname>name</varname>");</literal>.
-      for instance, <filename>enter_bug.cgi</filename> may invoke the hook 
-      "<varname>enter_bug-defaultvars</varname>". Thus, a source file at 
+      For instance, <filename>enter_bug.cgi</filename> may invoke the hook 
+      "<varname>enter_bug-entrydefaultvars</varname>". Thus, a source file at 
       <filename>BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl</filename>
       will be automatically invoked when the code hook is reached. 
     </para>