1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 07:38:07 +02:00

Issue #6569 - document_colors_disabled shouldn't escape quotes (compare-locales warning)

This commit is contained in:
Sebastian Hengst 2015-11-22 10:14:25 +01:00
parent df46b64045
commit 27577a714f
2 changed files with 2 additions and 2 deletions

View file

@ -1667,7 +1667,7 @@ document.addEventListener('textlayerrendered', function (e) {
if (pageView.textLayer && pageView.textLayer.textDivs &&
pageView.textLayer.textDivs.length > 0 &&
!PDFViewerApplication.supportsDocumentColors) {
console.error(mozL10n.get('document_colors_disabled', null,
console.error(mozL10n.get('document_colors_not_allowed', null,
'PDF documents are not allowed to use their own colors: ' +
'\'Allow pages to choose their own colors\' ' +
'is deactivated in the browser.'));