Browse Source

Localize the Find button

Yury Delendik 13 years ago
parent
commit
b8128f69ba
  1. 1
      l10n/en-US/viewer.properties
  2. 2
      web/viewer.html

1
l10n/en-US/viewer.properties

@ -46,4 +46,5 @@ request_password=PDF is protected by a password: @@ -46,4 +46,5 @@ request_password=PDF is protected by a password:
open_file_label=Open
search.title=Search Document
search_label=Search
search_button=Find

2
web/viewer.html

@ -63,7 +63,7 @@ @@ -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>

Loading…
Cancel
Save