1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Localize the Find button

This commit is contained in:
Yury Delendik 2012-05-24 16:00:55 -05:00
parent 74616848ca
commit b8128f69ba
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,7 @@
<div id="searchView" class="hidden">
<div id="searchToolbar">
<input id="searchTermsInput" onkeydown='if (event.keyCode == 13) PDFView.search()'>
<button id="searchButton" onclick='PDFView.search()'>Find</button>
<button id="searchButton" onclick='PDFView.search()' data-l10n-id="search_button">Find</button>
</div>
<div id="searchResults"></div>
</div>