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:
commit
67646387c8
2 changed files with 6 additions and 6 deletions
|
@ -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 aren’t informative, like borders or stylistic elements.
|
||||
This is used for ornamental images, like borders or watermarks.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue