Bug 1613366 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Before the migration to Fluent it was

Progress: printing…

```
<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
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

Back to Bug 1613366 Comment 0