mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 15:48:06 +02:00
Explain double-click behaviour on tool tip
The outline toggle button has a feature where it can be double-clicked to expand/collapse all items shown therein. Although this is described in the FAQ, can go potentially unnoticed. This, however, being a useful feature, advertise on the tool tip itself. l10n translation for en-US and IDs updated. Signed-off-by: Jeenu Viswambharan <jeenuv@gmail.com>
This commit is contained in:
parent
2e20000b71
commit
f2dcacd164
2 changed files with 4 additions and 4 deletions
|
@ -81,8 +81,8 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
<button id="viewThumbnail" class="toolbarButton group toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs">
|
||||
<span data-l10n-id="thumbs_label">Thumbnails</span>
|
||||
</button>
|
||||
<button id="viewOutline" class="toolbarButton group" title="Show Document Outline" tabindex="3" data-l10n-id="outline">
|
||||
<span data-l10n-id="outline_label">Document Outline</span>
|
||||
<button id="viewOutline" class="toolbarButton group" title="Show Document Outline (double-click to expand/collapse all items)" tabindex="3" data-l10n-id="document_outline">
|
||||
<span data-l10n-id="document_outline_label">Document Outline</span>
|
||||
</button>
|
||||
<button id="viewAttachments" class="toolbarButton group" title="Show Attachments" tabindex="4" data-l10n-id="attachments">
|
||||
<span data-l10n-id="attachments_label">Attachments</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue