From ed6ce5e6669ef9e1359def7f2b646bb503e1f79c Mon Sep 17 00:00:00 2001 From: uid623 Date: Wed, 7 Jun 2006 21:13:10 +0000 Subject: [PATCH] Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu , r=colin, r=LpSolit, a=myk. git-svn-id: svn://10.0.0.236/trunk@199453 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/global/user-error.html.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl index b36a9dd2a72..49375de0e34 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl @@ -1331,8 +1331,12 @@ [% 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" %]