]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled...
authoruid623 <>
Thu, 8 Jun 2006 04:13:10 +0000 (04:13 +0000)
committeruid623 <>
Thu, 8 Jun 2006 04:13:10 +0000 (04:13 +0000)
template/en/default/global/user-error.html.tmpl

index b36a9dd2a72290040be199731bea3491d8fbe343..49375de0e349a3f511411455819453b2ec6aceb8 100644 (file)
   [% ELSIF error == "user_has_responsibility" %]
     [% title = "Can't Delete User Account" %]
     [% admindocslinks = {'useradmin.html' => 'User administration'} %]
-    The user you want to delete is set up for roles as default [% terms.bug %]
-    assignee or QA contact for at least one component.
+    The user you want to delete is set up as the default [% terms.bug %]
+    assignee
+    [% IF Param('useqacontact') %]
+      or QA contact
+    [% END %]
+    for at least one component.
     For this reason, you cannot delete the account at this time.
 
   [% ELSIF error == "user_login_required" %]