summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
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/users
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/users')
-rw-r--r--template/en/default/admin/users/userdata.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl
index f495eb0f1..e7afe66bb 100644
--- a/template/en/default/admin/users/userdata.html.tmpl
+++ b/template/en/default/admin/users/userdata.html.tmpl
@@ -64,12 +64,12 @@
</td>
</tr>
<tr>
- <th><label for="disable_mail">Bugmail Disabled:</label></th>
+ <th><label for="disable_mail">[% terms.Bug %]mail Disabled:</label></th>
<td>
<input type="checkbox" name="disable_mail" id="disable_mail" value="1"
[% IF otheruser.email_disabled %] checked="checked" [% END %] />
- (This affects bugmail and whinemail, not password-reset or other
- non-bug-related emails)
+ (This affects [% terms.bug %]mail and whinemail, not password-reset or other
+ non-[% terms.bug %]-related emails)
</td>
</tr>
<tr>