From: lpsolit%gmail.com <> Date: Sat, 14 Jun 2008 16:19:56 +0000 (+0000) Subject: Fix on checkin for bug 438810: replace targets by users/groups X-Git-Tag: bugzilla-3.3.1~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4014594182ac5e144319dd424322234068176848;p=thirdparty%2Fbugzilla.git Fix on checkin for bug 438810: replace targets by users/groups --- diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl index 14e4256259..d33c12040c 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" %] Click here to - remove old targets + remove old users/groups [% END %] [% END %]