[Editor] Add a button to trigger a dialog for adding an alt text (bug 1844952)

This commit is contained in:
Calixte Denizet 2023-09-15 16:32:16 +02:00
parent 3afb717eed
commit a216836fd5
11 changed files with 304 additions and 26 deletions

View file

@ -82,6 +82,7 @@ const DEFAULT_L10N_STRINGS = {
editor_free_text2_aria_label: "Text Editor",
editor_ink2_aria_label: "Draw Editor",
editor_ink_canvas_aria_label: "User-created image",
alt_text_button_label: "Alt text",
};
if (typeof PDFJSDev === "undefined" || !PDFJSDev.test("MOZCENTRAL")) {
DEFAULT_L10N_STRINGS.print_progress_percent = "{{progress}}%";