From 0f65460c98b3b69e4d884adbd20630ce99416d74 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 14 May 2004 17:05:41 +0000 Subject: Patch for bug 238675: fix the wording for the reassign_to_empty error message; patch by Christopher Nehren ; r=justdave; a=justdave. --- template/en/default/global/user-error.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b2fd1d46a..5ff7fedec 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -624,9 +624,9 @@ [% ELSIF error == "reassign_to_empty" %] [% title = "Illegal Reassignment" %] - You cannot reassign to [% terms.abug %] to nobody. Unless you - intentionally cleared out the "Reassign [% terms.bug %] to" - field, [% Param("browserbugmessage") %] + To reassign [% terms.abug %], you must provide an address for + the new owner. If you did not intentionally clear out the + "Reassign [% terms.bug %] to" field, [% Param("browserbugmessage") %] [% ELSIF error == "report_access_denied" %] [% title = "Access Denied" %] -- cgit v1.2.3-24-g4f1b