diff options
author | justdave%syndicomm.com <> | 2001-11-22 04:56:24 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-11-22 04:56:24 +0100 |
commit | 5d6054f43088f3d9dcacd39f7d10c2cc7abf0f40 (patch) | |
tree | f2e7cd054feeff7346a8d73e26333a5767172f2a /queryhelp.cgi | |
parent | 534d840c7b70c794d0d4c28996758ab5d24a10c4 (diff) | |
download | bugzilla-5d6054f43088f3d9dcacd39f7d10c2cc7abf0f40.tar.gz bugzilla-5d6054f43088f3d9dcacd39f7d10c2cc7abf0f40.tar.xz |
Fix for bug 99864: consistant use of "product" vs "program"
Patch by Josh Soref <timeless@mac.com>
r= dkl, justdave
Diffstat (limited to 'queryhelp.cgi')
-rwxr-xr-x | queryhelp.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queryhelp.cgi b/queryhelp.cgi index 5d312b2db..9206bc144 100755 --- a/queryhelp.cgi +++ b/queryhelp.cgi @@ -566,8 +566,8 @@ print qq{ <br> -<p>Module options are where you select what program, module and version the bugs you want to -find describe. Selecting one or more of the programs, versions, components, or milestones will limit your search. +<p>Module options are where you select what product, module and version the bugs you want to +find describe. Selecting one or more of the products, versions, components, or milestones will limit your search. <p><a name="product"></a> <h4>Products</h4> |