Open Bug 1045619 Opened 11 years ago Updated 3 years ago

[style editor] csscoverage report: pie chart of css usage: labels 'Used', 'Unused' and 'Use Preload' not localizable

Categories

(DevTools :: Style Editor, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: aryx, Unassigned)

Details

Attachments

(1 file)

Firefox 34.0a1 20140728 The csscoverage report contains a pie chart for the css usage, but its labels 'Used', 'Unused' and 'Use Preload' are not localizable.
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
OS: Windows 8.1 → All
Hardware: x86_64 → All
Works on top of bug 1016288
Attachment #8603718 - Flags: review?(bgrinstead)
Comment on attachment 8603718 [details] [diff] [review] csscoverage-strings.patch Review of attachment 8603718 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/devtools/styleeditor/StyleEditorUI.jsm @@ +988,2 @@ > data: [ > + { size: data.summary.preload, label: L10N.getStr("cssCoverage.chart.preload") }, Nit: keep these lines under 80 characters by wrapping onto a new line if necessary ::: browser/locales/en-US/chrome/browser/devtools/styleeditor.properties @@ +89,5 @@ > confirmNavigationAway.buttonLeaveAccesskey=L > confirmNavigationAway.buttonStay=Stay on Page > confirmNavigationAway.buttonStayAccesskey=S > + > +# LOCALIZATION NOTE (cssCoverage) : Strings shown in CSS Coverage chart in replace 'chart' with 'pie chart' @@ +92,5 @@ > + > +# LOCALIZATION NOTE (cssCoverage) : Strings shown in CSS Coverage chart in > +# the style editor. > +cssCoverage.chart.title = CSS Usage > +cssCoverage.chart.preload = Used Preload I have a feeling this string will be difficult to localize and could use a comment. Maybe something like 'Shown for CSS that was used before the load event fired'
Attachment #8603718 - Flags: review?(bgrinstead)
Assignee: ntim.bugs → nobody
Status: ASSIGNED → NEW
Inspector bug triage (filter on CLIMBING SHOES).
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: