diff options
Diffstat (limited to 'browser/components/preferences/privacy.inc.xhtml')
-rw-r--r-- | browser/components/preferences/privacy.inc.xhtml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml index a81764e34f..224a5f5cbb 100644 --- a/browser/components/preferences/privacy.inc.xhtml +++ b/browser/components/preferences/privacy.inc.xhtml @@ -985,11 +985,12 @@ <html:input type="checkbox" id="automaticallySubmitCrashesBox" preference="browser.crashReports.unsubmittedCheck.autoSubmit2"/> - <label for="automaticallySubmitCrashesBox" + <html:label is="moz-label" + for="automaticallySubmitCrashesBox" id="crashReporterLabel" - data-l10n-id="collection-backlogged-crash-reports-with-link"> - <html:a data-l10n-name="crash-reports-link" id="crashReporterLearnMore" target="_blank"/> - </label> + data-l10n-id="collection-backlogged-crash-reports" + data-l10n-attrs="accesskey"/> + <html:a id="crashReporterLearnMore" is="moz-support-link" class="learnMore"/> </hbox> #endif </vbox> |