]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix on checkin for bug 438810: replace targets by users/groups
authorlpsolit%gmail.com <>
Sat, 14 Jun 2008 16:19:56 +0000 (16:19 +0000)
committerlpsolit%gmail.com <>
Sat, 14 Jun 2008 16:19:56 +0000 (16:19 +0000)
template/en/default/admin/sanitycheck/messages.html.tmpl

index 14e425625955824df016cf84341b1eb2ad699c50..d33c12040c7cc1f4fe43756ec7a48375fc90b8cf 100644 (file)
     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 %]
 
   [% 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 %]