Closed
Bug 1399750
Opened 8 years ago
Closed 3 years ago
chrome-hangs-title should use a proper plural form
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | affected |
People
(Reporter: flod, Unassigned)
References
Details
chrome-hangs-title = Hang Report #%1$S (%2$S seconds)
This string landed in bug 838164. Since it's using "seconds", it should also use a proper plural form (e.g. it fails for 1 second in French, and for several other languages)
https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_content_best_practices#Use_proper_plural_forms
One possible way out (less elegant) would be to use "s" instead of seconds.
In both case we need a new string ID, and that requires a bit of code changes.
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•3 years ago
|
||
I don't think this string exists anymore.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•