Module: bugzilla Branch: master Commit: fc5994cd2f9a9a8855ea9905e1ba606c46b4751f URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=fc5994cd2f9a9a8855ea99...
Author: Lei Zhang thestig@google.com Date: Tue Mar 18 21:54:03 2008 -0700
bugzilla: don't tell users to guess bugzilla component
Hi,
This patch gives bug reporters with a better error message.
From c96ef066be930207d9d127c0f7b28e87c89404e9 Mon Sep 17 00:00:00 2001
From: Lei Zhang thestig@google.com Date: Tue, 18 Mar 2008 21:49:22 -0700 Subject: [PATCH] bugzilla: don't tell users to guess bugzilla component
---
template/en/default/global/user-error.html.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f2deb75..5233af0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1289,7 +1289,7 @@ [% ELSIF error == "require_component" %] [% title = "Component Needed" %] To file this [% terms.bug %], you must first choose a component. - If necessary, just guess. + If unsure, just select unknown.
[% ELSIF error == "require_new_password" %] [% title = "New Password Needed" %]