diff options
author | jocuri%softhome.net <> | 2004-04-03 18:07:27 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-03 18:07:27 +0200 |
commit | 1a47996a67b8f18ce535592994ff6bc77170d77f (patch) | |
tree | 6c512dca0b8c07554325f33880d38e16bac233a9 | |
parent | d53092644b5c21c2a63561572c94b83f23492147 (diff) | |
download | bugzilla-1a47996a67b8f18ce535592994ff6bc77170d77f.tar.gz bugzilla-1a47996a67b8f18ce535592994ff6bc77170d77f.tar.xz |
Patch for bug 233295: document terminology customization feature; patch by Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me.
-rw-r--r-- | docs/xml/customization.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index f1daee3f7..418ce89b6 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -231,6 +231,14 @@ </para> <para> + <command>global/variables.none.tmpl</command>: + This defines a list of terms that may be changed in order to "brand" + the Bugzilla instance. In this way, terms like "bugs" can be + replaced with "issues" across the whole Bugzilla installation. + The name "Bugzilla" and other words can be customized as well. + </para> + + <para> <command>bug/create/user-message.html.tmpl</command>: This is a message that appears near the top of the bug reporting page. By modifying this, you can tell your users how they should report |