Closed
Bug 1613366
Opened 5 years ago
Closed 5 years ago
Progress and printing labels are backwards
Categories
(Toolkit :: Printing, defect, P1)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
mozilla74
People
(Reporter: flod, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Before the migration to Fluent it was
Progress: Preparing…
<row class="thin-separator">
<hbox pack="end">
<label id="dialog.progressSpaces" value="&progress;"/>
</hbox>
<label id="dialog.progressLabel" value="&preparing;"/>
</row>
Now it's backward.
<label id="dialog.progressSpaces" data-l10n-id="print-preparing" style="justify-self: end;"/>
<label id="dialog.progressLabel" data-l10n-id="print-progress"/>
https://hg.mozilla.org/mozilla-central/rev/e0ce08d36f01e433c6fdc6293ca975ac44a1753c#l6.49
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Has Regression Range: --- → yes
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1f59ad1b9d22
revert print preview progress dialog word order, r=flod
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•