diff --git a/browser/components/preferences/content.js b/browser/components/preferences/content.js index 6f21d68e3073..c0aee4b0392f 100644 --- a/browser/components/preferences/content.js +++ b/browser/components/preferences/content.js @@ -188,5 +188,11 @@ var gContentPane = { document.documentElement.openWindow("Browser:TranslationExceptions", "chrome://browser/content/preferences/translation.xul", "", null); + }, + + openTranslationProviderAttribution: function () + { + Components.utils.import("resource:///modules/translation/Translation.jsm"); + Translation.openProviderAttribution(); } }; diff --git a/browser/components/preferences/content.xul b/browser/components/preferences/content.xul index d4f9a4eb5396..89ad253a4e80 100644 --- a/browser/components/preferences/content.xul +++ b/browser/components/preferences/content.xul @@ -144,10 +144,16 @@ oncommand="gContentPane.showLanguages();"/>