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 /template | |
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 'template')
-rw-r--r-- | template/default/query/query.atml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |