Skip to content

Commit

Permalink
fix(Options Page): Tweaks the language in the tooltip for the externa…
Browse files Browse the repository at this point in the history
…l viewer option

Hopefully this will simplify things for users that have this problem.
  • Loading branch information
mlissner committed Dec 4, 2017
1 parent a0f4b54 commit 5e56d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div>
<label
class="hidden" id="external_pdf_label"
title="Tells RECAP to save PDFs as downloaded files, rather than set up for in-browser viewing. Check this box when the browser is also set to an external PDF viewers, otherwise filenames will be random characters rather than structured.">
title="Tells RECAP to save PDFs as downloaded files, rather than set up for in-browser viewing. If you see filenames with random characters, check this box.">
<input type="checkbox" id="external_pdf">
Force external PDF viewing (download PDFs)<br></label>
<input type="radio" id="ia_style_filenames"
Expand Down

0 comments on commit 5e56d0e

Please sign in to comment.