]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 236443: respect customization of customized words in create.html.tmpl...
authorjocuri%softhome.net <>
Sat, 6 Mar 2004 17:01:27 +0000 (17:01 +0000)
committerjocuri%softhome.net <>
Sat, 6 Mar 2004 17:01:27 +0000 (17:01 +0000)
template/en/default/bug/create/create.html.tmpl

index 1a6f9de118fab875f8d56c1c55dadd8bbc32c5f4..700994130387da03d7ce06a6319707393f419269 100644 (file)
   #                 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();"
 %]