Addressing the bug 742099 review

This commit is contained in:
Yury Delendik 2012-05-31 15:56:38 -05:00
parent 2578476e7c
commit fd85882366
4 changed files with 51 additions and 32 deletions

View file

@ -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)';
}
},