mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Addressing the bug 742099 review
This commit is contained in:
parent
2578476e7c
commit
fd85882366
4 changed files with 51 additions and 32 deletions
|
@ -720,7 +720,8 @@ var PDFView = {
|
|||
pageFound = true;
|
||||
}
|
||||
if (!pageFound) {
|
||||
searchResults.textContent = '(Not found)';
|
||||
searchResults.textContent = mozL10n.get('search_terms_not_found', null,
|
||||
'(Not found)';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue