Open
Bug 1118658
Opened 10 years ago
Updated 10 years ago
Update string 'Bug numbered' to 'Bug ID' in the query page
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: qgong, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20141201111703
Steps to reproduce:
In the advanced search page, the string "Bugs numbered" should be replaced by "Bug id" since all other places only use 'Bug id' to stand for bug id.
We should unify this or it will confuse user.
Severity: normal → enhancement
Summary: update string 'Bug numbered' to 'Bug id' in the query page → Update string 'Bug numbered' to 'Bug id' in the query page
Comment 1•10 years ago
|
||
(In reply to qgong from comment #0)
> since all other places only use 'Bug id' to stand for bug id.
Please provide one other specific place where that can be seen.
Grep'ing trunk for "Bug id" I only find two matches in Bug.pm parameter documentation.
Updated•10 years ago
|
Flags: needinfo?(qgong)
The places that use bug id:
1. https://$server/page.cgi?id=quicksearch.html
2. The custom fields in https://$server/query.cgi
and the buglist page use 'ID' as the column name to stand for bug id.
Flags: needinfo?(qgong)
Comment 3•10 years ago
|
||
> The places that use bug id:
They use "Bug ID", not "bug id".
If you ever want someone else to find strings, please use exact spelling.
Updated•10 years ago
|
Summary: Update string 'Bug numbered' to 'Bug id' in the query page → Update string 'Bug numbered' to 'Bug ID' in the query page
You need to log in
before you can comment on or make changes to this bug.
Description
•