Closed
Bug 1317575
Opened 9 years ago
Closed 9 years ago
Hardcoded period in about:privatebrowsing
Categories
(Firefox :: Private Browsing, defect)
Firefox
Private Browsing
Tracking
()
RESOLVED
DUPLICATE
of bug 1317438
People
(Reporter: petercpg, Unassigned)
References
Details
Looking through Bug 1317438 I noticed a hardcoded period in about:privatebrowsing.
In https://dxr.mozilla.org/mozilla-central/source/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml#79
<a id="learnMore" target="_blank">&aboutPrivateBrowsing.learnMore2.title;</a>.
The period in the end of line should be localizable.
Comment 1•9 years ago
|
||
Argh, not just that :-\
aboutPrivateBrowsing.learnMore2 should have a trailing space, not rely on the XHTML to add one.
I'm going to dupe this one to bug 1317438, so we can fix it in one place.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•