diff options
author | lpsolit%gmail.com <> | 2009-08-10 13:19:24 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-10 13:19:24 +0200 |
commit | 7bc9c2e3da4e735b7ca2f35c503a332f681f66d5 (patch) | |
tree | 95fc20962f74c44c471561da4e72739be47e8a91 /docs | |
parent | 3724f243140f70da872fbd1b7460e275dbcc1d38 (diff) | |
download | bugzilla-7bc9c2e3da4e735b7ca2f35c503a332f681f66d5.tar.gz bugzilla-7bc9c2e3da4e735b7ca2f35c503a332f681f66d5.tar.xz |
Bug 507957: Bugzilla admins should not create templates in the "default" directory on customization - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/customization.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index 0d56ba25c..24b1d4403 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -146,9 +146,9 @@ <note> <para> Regardless of which method you choose, it is recommended that - you run <command>./checksetup.pl</command> after creating or + you run <command>./checksetup.pl</command> after editing any templates in the <filename>template/en/default</filename> - directory, and after editing any templates in the + directory, and after creating or editing any templates in the <filename>custom</filename> directory. </para> </note> |