summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-06 18:01:27 +0100
committerjocuri%softhome.net <>2004-03-06 18:01:27 +0100
commit11891792a7e07d0f3ed362784c9da455e25dcd31 (patch)
tree9a66fc685ca3ea4806cb32b084162b7a1f8176f0 /template
parent4b4188d7a08098c963183e47d68554545744c483 (diff)
downloadbugzilla-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')
-rw-r--r--template/en/default/bug/create/create.html.tmpl4
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();"
%]