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