Closed
Bug 1631122
Opened 5 years ago
Closed 5 years ago
Convert URL bar dtd strings in browser.xhtml to fluent
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
Firefox 78
People
(Reporter: Gijs, Assigned: shomalij)
References
Details
Attachments
(1 file)
This section of browser.xhtml:
is the location bar and everything in it. It contains the following strings:
defaultPlaceholder="&urlbar.placeholder2;"
tooltiptext="&urlbar.permissionsGranted.tooltip;"/>
tooltiptext="&urlbar.remoteControlNotificationAnchor.tooltip;"/>
<label id="urlbar-label-switchtab" class="urlbar-label" value="&urlbar.switchToTab.label;"/>
<label id="urlbar-label-extension" class="urlbar-label" value="&urlbar.extension.label;"/>
placeholder="&urlbar.placeholder2;"/>
tooltiptext="&goEndCap.tooltip;"/>
tooltiptext="&pageActionButton.tooltip;"
tooltiptext="&pocketButton.tooltiptext;"
tooltiptext="&pocketButton.tooltiptext;"
Let's convert these and put them in browser.ftl .
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/71310f91879d
Convert URL bar dtd strings in browser.xhtml to fluent. r=fluent-reviewers,flod,Gijs
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Verified fixed as part of PI 551; tested with Nightly 78 across platforms (Windows 10, macOS 10.15 and Ubuntu 18.04).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•