[PATCH] bugzilla: don't tell users to guess bugzilla component

Lei Zhang thestig at google.com
Tue Mar 18 23:49:22 CDT 2008


---

 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" %]




More information about the wine-cvs mailing list