Bug 1167166 - 'Week' and 'Ping' are not localizable in about:telemetry when displaying archived pings. r=rvitillo

This commit is contained in:
Georg Fritzsche 2015-05-21 18:57:22 +07:00
parent 875f97feb9
commit ced81b1cb2
2 changed files with 10 additions and 2 deletions

View File

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

View File

@ -52,6 +52,14 @@ Choose ping:
Older ping &gt;&gt;
">
<!ENTITY aboutTelemetry.archiveWeekHeader "
Week
">
<!ENTITY aboutTelemetry.archivePingHeader "
Ping
">
<!ENTITY aboutTelemetry.generalDataSection "
General Data
">