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

Missing parent

This commit is contained in:
Yury Delendik 2012-05-31 16:01:54 -05:00
parent fd85882366
commit 5371dc671b

View file

@ -721,7 +721,7 @@ var PDFView = {
}
if (!pageFound) {
searchResults.textContent = mozL10n.get('search_terms_not_found', null,
'(Not found)';
'(Not found)');
}
},