diff options
author | jocuri%softhome.net <> | 2004-05-14 19:05:41 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-05-14 19:05:41 +0200 |
commit | 0f65460c98b3b69e4d884adbd20630ce99416d74 (patch) | |
tree | d56194a3a0a124d53779a457c24df15f45b835f1 /template/en/default/global/user-error.html.tmpl | |
parent | 95b84377992077442427a25786387285f994cb97 (diff) | |
download | bugzilla-0f65460c98b3b69e4d884adbd20630ce99416d74.tar.gz bugzilla-0f65460c98b3b69e4d884adbd20630ce99416d74.tar.xz |
Patch for bug 238675: fix the wording for the reassign_to_empty error message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave.
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
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" %] |