Merge pull request #16979 from calixteman/alt_text_change_str1

[Editor] Update alt text dialog description
This commit is contained in:
calixteman 2023-09-19 10:36:50 +02:00 committed by GitHub
commit daae6589b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ editor_ink_canvas_aria_label=User-created image
# when people can't see the image. # when people can't see the image.
alt_text_button_label=Alt text alt_text_button_label=Alt text
editor_alt_text_dialog_label=Choose an option editor_alt_text_dialog_label=Choose an option
editor_alt_text_dialog_description=Alternative text (alt text) helps when people cant see the image or when it doesnt load. editor_alt_text_dialog_description=Alt text (alternative text) helps when people cant see the image or when it doesnt load.
editor_alt_text_enter_description_label=Enter a description editor_alt_text_enter_description_label=Enter a description
editor_alt_text_enter_description_description=Aim for 1-2 sentences that describe the subject, setting, or actions. editor_alt_text_enter_description_description=Aim for 1-2 sentences that describe the subject, setting, or actions.
editor_alt_text_mark_decorative_label=Mark as decorative editor_alt_text_mark_decorative_label=Mark as decorative

View File

@ -487,7 +487,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<div id="overallDescription"> <div id="overallDescription">
<span id="dialogLabel" data-l10n-id="editor_alt_text_dialog_label" class="title">Choose an option</span> <span id="dialogLabel" data-l10n-id="editor_alt_text_dialog_label" class="title">Choose an option</span>
<span id="dialogDescription" data-l10n-id="editor_alt_text_dialog_description"> <span id="dialogDescription" data-l10n-id="editor_alt_text_dialog_description">
Alternative text (alt text) helps when people cant see the image or when it doesnt load. Alt text (alternative text) helps when people cant see the image or when it doesnt load.
</span> </span>
</div> </div>
<div id="addDescription"> <div id="addDescription">