1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #16986 from calixteman/alt_text_contents

[Editor] Change some strings in the alt-text dialog
This commit is contained in:
calixteman 2023-09-20 18:52:37 +02:00 committed by GitHub
commit 67646387c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -494,10 +494,10 @@ See https://github.com/adobe-type-tools/cmap-resources
<div class="radio">
<div class="radioButton">
<input type="radio" id="descriptionButton" name="altTextOption" tabindex="0" checked>
<label for="descriptionButton" data-l10n-id="editor_alt_text_enter_description_label">Enter a description</label>
<label for="descriptionButton" data-l10n-id="editor_alt_text_add_description_label">Add a description</label>
</div>
<div class="radioLabel">
<span id="descriptionAreaLabel" data-l10n-id="editor_alt_text_enter_description_description">
<span id="descriptionAreaLabel" data-l10n-id="editor_alt_text_add_description_description">
Aim for 1-2 sentences that describe the subject, setting, or actions.
</span>
</div>
@ -514,7 +514,7 @@ See https://github.com/adobe-type-tools/cmap-resources
</div>
<div class="radioLabel">
<span data-l10n-id="editor_alt_text_mark_decorative_description">
This is best for images that arent informative, like borders or stylistic elements.
This is used for ornamental images, like borders or watermarks.
</span>
</div>
</div>