Open
Bug 1477784
Opened 7 years ago
Updated 3 years ago
"Bisection informations" should say "Bisection information"
Categories
(Testing :: mozregression, defect)
Testing
mozregression
Tracking
(Not tracked)
NEW
People
(Reporter: gingerbread_man, Unassigned)
Details
STR
Lauch mozregression-gui 0.9.27
Actual results
Box in the top right is titled "Bisection informations"
Expected results
It should be titled "Bisection information" since information is a mass noun without a plural form
http://www.bbc.co.uk/worldservice/learningenglish/grammar/learnit/learnitv259.shtml
Flags: needinfo?(wlachance)
Comment 1•7 years ago
|
||
This is true, I would accept a patch. :) Should be a trivial change.
sed -i -e 's/isection informations/isection information/g' ./*.py inside the mozregression/mozregression directory should do the trick.
Flags: needinfo?(wlachance)
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•