mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1167166 - 'Week' and 'Ping' are not localizable in about:telemetry when displaying archived pings. r=rvitillo
This commit is contained in:
parent
875f97feb9
commit
ced81b1cb2
@ -67,8 +67,8 @@
|
||||
<button id="older-ping" type="button">&aboutTelemetry.showOlderPing;</button><br />
|
||||
<table>
|
||||
<tr>
|
||||
<th>Week</th>
|
||||
<th>Ping</th>
|
||||
<th>&aboutTelemetry.archiveWeekHeader;</th>
|
||||
<th>&aboutTelemetry.archivePingHeader;</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -52,6 +52,14 @@ Choose ping:
|
||||
Older ping >>
|
||||
">
|
||||
|
||||
<!ENTITY aboutTelemetry.archiveWeekHeader "
|
||||
Week
|
||||
">
|
||||
|
||||
<!ENTITY aboutTelemetry.archivePingHeader "
|
||||
Ping
|
||||
">
|
||||
|
||||
<!ENTITY aboutTelemetry.generalDataSection "
|
||||
General Data
|
||||
">
|
||||
|
Loading…
Reference in New Issue
Block a user