summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/sanitycheck
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-06-14 18:19:56 +0200
committerlpsolit%gmail.com <>2008-06-14 18:19:56 +0200
commit4014594182ac5e144319dd424322234068176848 (patch)
treee82bf8e1000ca0a72ab424fce2714f7343514f60 /template/en/default/admin/sanitycheck
parent1ad55bf5f14320795f3dae361b7bb0654c2c60d9 (diff)
downloadbugzilla-4014594182ac5e144319dd424322234068176848.tar.gz
bugzilla-4014594182ac5e144319dd424322234068176848.tar.xz
Fix on checkin for bug 438810: replace targets by users/groups
Diffstat (limited to 'template/en/default/admin/sanitycheck')
-rw-r--r--template/en/default/admin/sanitycheck/messages.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl
index 14e425625..d33c12040 100644
--- a/template/en/default/admin/sanitycheck/messages.html.tmpl
+++ b/template/en/default/admin/sanitycheck/messages.html.tmpl
@@ -289,13 +289,13 @@
Bad vote sum for [% terms.bug %] [%+ id FILTER html %].
[% ELSIF san_tag == "whines_obsolete_target_deletion_start" %]
- OK, now removing non-existent targets from whines.
+ OK, now removing non-existent users/groups from whines.
[% ELSIF san_tag == "whines_obsolete_target_deletion_end" %]
- Non-existent targets have been removed from whines.
+ Non-existent users/groups have been removed from whines.
[% ELSIF san_tag == "whines_obsolete_target_start" %]
- Checking for whines with non-existent targets.
+ Checking for whines with non-existent users/groups.
[% ELSIF san_tag == "whines_obsolete_target_alert" %]
[% FOREACH schedule = schedules %]
@@ -305,7 +305,7 @@
[% ELSIF san_tag == "whines_obsolete_target_fix" %]
<a href="sanitycheck.cgi?remove_old_whine_targets=1">Click here to
- remove old targets</a>
+ remove old users/groups</a>
[% END %]
[% END %]