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:
parent
df46b64045
commit
27577a714f
2 changed files with 2 additions and 2 deletions
|
@ -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.'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue