summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/create.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-10 18:12:48 +0200
committerlpsolit%gmail.com <>2007-05-10 18:12:48 +0200
commit208399b506098df1136f2dec16e28861c6bb4b19 (patch)
tree538293bfb81813b2ba9b000668bd9729def533e7 /template/en/default/admin/custom_fields/create.html.tmpl
parent3951e2cb57cafacba6605949beb54e105f69d527 (diff)
downloadbugzilla-208399b506098df1136f2dec16e28861c6bb4b19.tar.gz
bugzilla-208399b506098df1136f2dec16e28861c6bb4b19.tar.xz
Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory <spam@bmo2007.rsz.jp> r=wicked a=mkanat
Diffstat (limited to 'template/en/default/admin/custom_fields/create.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl
index 3fdb20f43..f7ab7220a 100644
--- a/template/en/default/admin/custom_fields/create.html.tmpl
+++ b/template/en/default/admin/custom_fields/create.html.tmpl
@@ -72,7 +72,7 @@
<td><input type="text" id="desc" name="desc" value="" size="40"></td>
<th align="right">
- <label for="new_bugmail">Displayed in bugmail for new [% terms.bugs %]:</label>
+ <label for="new_bugmail">Displayed in [% terms.bug %]mail for new [% terms.bugs %]:</label>
</th>
<td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1"></td>
</tr>