diff options
-rwxr-xr-x | queryhelp.cgi | 4 | ||||
-rw-r--r-- | template/default/query/query.atml | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/template/default/query/query.atml b/template/default/query/query.atml index ab1ce4d48..c98d7bdc6 100644 --- a/template/default/query/query.atml +++ b/template/default/query/query.atml @@ -311,7 +311,7 @@ function selectProduct(f) { <td> <table> <tr valign="bottom"> - <th align="left">Program:</th> + <th align="left">Product:</th> <th align="left"><a href="describecomponents.cgi">Component</a>:</th> <th align="left">Version:</th> |