diff options
author | jocuri%softhome.net <> | 2004-03-06 18:01:27 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-06 18:01:27 +0100 |
commit | 11891792a7e07d0f3ed362784c9da455e25dcd31 (patch) | |
tree | 9a66fc685ca3ea4806cb32b084162b7a1f8176f0 /template/en/default/bug/create | |
parent | 4b4188d7a08098c963183e47d68554545744c483 (diff) | |
download | bugzilla-11891792a7e07d0f3ed362784c9da455e25dcd31.tar.gz bugzilla-11891792a7e07d0f3ed362784c9da455e25dcd31.tar.xz |
Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 1a6f9de11..700994130 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -20,9 +20,11 @@ # Ville Skyttä <ville.skytta@iki.fi> #%] +[% PROCESS global/variables.none.tmpl %] + [% PROCESS global/header.html.tmpl title = "Enter Bug" - h2 = "This page lets you enter a new bug into Bugzilla." + h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %] |