Closed Bug 1134831 Opened 10 years ago Closed 10 years ago

Add ability to localize "License information" string in addons manager

Categories

(Toolkit :: Add-ons Manager, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38
Tracking Status
firefox38 --- fixed

People

(Reporter: spohl, Assigned: spohl)

References

Details

Attachments

(1 file, 1 obsolete file)

Since we're uplifting Adobe EME to FF 37 we should get all strings in as soon as possible.
Attached patch Patch (obsolete) (deleted) — Splinter Review
Attachment #8566776 - Flags: review?(gfritzsche)
Comment on attachment 8566776 [details] [diff] [review] Patch Review of attachment 8566776 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/mozapps/extensions/internal/GMPProvider.jsm @@ +62,5 @@ > { > id: "gmp-eme-adobe", > name: "eme-adobe_name", > description: "eme-adobe_description", > + licenseURL: "", Let's just make this null... @@ +555,5 @@ > let plugin = { > id: aPlugin.id, > name: pluginsBundle.GetStringFromName(aPlugin.name), > description: pluginsBundle.GetStringFromName(aPlugin.description), > + fullDescription: this.generateFullDescription(aPlugin, licenseInfo); ... and only add fullDescription if not null (or make it "" if required).
Attachment #8566776 - Flags: review?(gfritzsche) → review+
Attached patch Patch (deleted) — Splinter Review
Thanks, Georg! Addressed feedback. Carrying over r+.
Attachment #8566776 - Attachment is obsolete: true
Attachment #8566796 - Flags: review+
Comment on attachment 8566796 [details] [diff] [review] Patch Approval Request Comment [Feature/regressing bug #]: Adobe EME [User impact if declined]: The text "License information" in the addons manager will not be localizable. [Describe test coverage new/current, TreeHerder]: This is a fairly small and well-understood change and local testing shows that everything is still working as expected. [Risks and why]: None that I can think of. [String/UUID change made/needed]: This adds the string "License information" to the list of strings that can be localized.
Attachment #8566796 - Flags: approval-mozilla-aurora?
Comment on attachment 8566796 [details] [diff] [review] Patch EME work is English only in 37. No need to uplift this one. Aurora-
Attachment #8566796 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora-
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: