Port bug 1706650: AppMenu updater banner strings missing
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Tracking
(thunderbird_esr102 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
Post bug 1797585, there are missing strings in the AppMenu that display when updates are available or a restart is needed.
This is because there's sort of a partial implementation that rode along with Bug 1621841. It would be better to do these in Fluent since these are new strings for Thunderbird. That happened in bug 1706650.
| Assignee | ||
Comment 1•3 years ago
|
||
The AppMenu now has a banner across the top with various updater status messages.
The strings are missing though. The code that refers to the strings is from bug
1621841. They're DTD strings however and it doesn't make sense to add those.
Add them as Fluent strings and update the associated JS to display them to
align with Firefox as done in bug 1706650.
| Assignee | ||
Updated•3 years ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/c995096bb684
Fix localization for update banner labels in AppMenu. r=aleca
Description
•