mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Add a tooltip showing the alt text when hovering the alt-text button (bug 1844952)
This commit is contained in:
parent
8d326e5e30
commit
7952a36384
4 changed files with 95 additions and 40 deletions
|
@ -265,9 +265,9 @@ editor_ink2_aria_label=Draw Editor
|
|||
editor_ink_canvas_aria_label=User-created image
|
||||
|
||||
# Alt-text dialog
|
||||
# LOCALIZATION NOTE (alt_text_button_label): Alternative text (alt text) helps
|
||||
# LOCALIZATION NOTE (editor_alt_text_button_label): Alternative text (alt text) helps
|
||||
# when people can't see the image.
|
||||
alt_text_button_label=Alt text
|
||||
editor_alt_text_button_label=Alt text
|
||||
editor_alt_text_dialog_label=Choose an option
|
||||
editor_alt_text_dialog_description=Alt text (alternative text) helps when people can’t see the image or when it doesn’t load.
|
||||
editor_alt_text_enter_description_label=Enter a description
|
||||
|
@ -276,3 +276,4 @@ editor_alt_text_mark_decorative_label=Mark as decorative
|
|||
editor_alt_text_mark_decorative_description=This is best for images that aren’t informative, like borders or stylistic elements.
|
||||
editor_alt_text_cancel_button=Cancel
|
||||
editor_alt_text_save_button=Save
|
||||
editor_alt_text_decorative_tooltip=Marked as decorative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue