From f13791de60a08500cd2b7b81a325c5f48d335066 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 16 Oct 2024 01:28:56 -0400 Subject: [PATCH] Change a couple reader accessibility strings to not be terms They cause problems with our import script (I think because they're processed first, so the non-term placeholder isn't yet available) and aren't really necessary. --- chrome/locale/en-US/zotero/reader.ftl | 14 +++++++------- chrome/locale/en-US/zotero/zotero.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/chrome/locale/en-US/zotero/reader.ftl b/chrome/locale/en-US/zotero/reader.ftl index 7a6a7f1be3..00a9a6ee4e 100644 --- a/chrome/locale/en-US/zotero/reader.ftl +++ b/chrome/locale/en-US/zotero/reader.ftl @@ -25,23 +25,23 @@ pdfReader-a11yAnnotationPopupAppeared = Use Tab to navigate the annotation popup pdfReader-a11yAnnotationCreated = { $type } created. pdfReader-a11yAnnotationSelected = { $type } selected. --pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation. --pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }. +pdfReader-a11yTextualAnnotationInstruction = To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ $number } to turn the search result into an annotation. +pdfReader-a11yAnnotationInstruction = To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ $number }. pdfReader-toolbar-highlight = - .aria-description = { -pdfReader-a11yTextualAnnotationInstruction(number: "1") } + .aria-description = { pdfReader-a11yTextualAnnotationInstruction(number: "1") } .title = { pdfReader-underlineText } pdfReader-toolbar-underline = - .aria-description = { -pdfReader-a11yTextualAnnotationInstruction(number: "2") } + .aria-description = { pdfReader-a11yTextualAnnotationInstruction(number: "2") } .title = { pdfReader-highlightText } pdfReader-toolbar-note = - .aria-description = { -pdfReader-a11yAnnotationInstruction(number: "3") } + .aria-description = { pdfReader-a11yAnnotationInstruction(number: "3") } .title = { pdfReader-noteAnnotation } pdfReader-toolbar-text = - .aria-description = { -pdfReader-a11yAnnotationInstruction(number: "4") } + .aria-description = { pdfReader-a11yAnnotationInstruction(number: "4") } .title = { pdfReader-addText } pdfReader-toolbar-area = - .aria-description = { -pdfReader-a11yAnnotationInstruction(number: "5") } + .aria-description = { pdfReader-a11yAnnotationInstruction(number: "5") } .title = { pdfReader-selectArea } pdfReader-toolbar-draw = .aria-description = This annotation type cannot be created via the keyboard. diff --git a/chrome/locale/en-US/zotero/zotero.json b/chrome/locale/en-US/zotero/zotero.json index 39c8be3971..c3e7531edc 100644 --- a/chrome/locale/en-US/zotero/zotero.json +++ b/chrome/locale/en-US/zotero/zotero.json @@ -1046,10 +1046,10 @@ "pdfReader-a11yAnnotationSelected": { "string": "{ type } selected." }, - "-pdfReader-a11yTextualAnnotationInstruction": { + "pdfReader-a11yTextualAnnotationInstruction": { "string": "To annotate text via the keyboard, first use “{ pdfReader-find-in-document }” to locate the phrase, and then press { general-key-control }-{ option-or-alt }-{ number } to turn the search result into an annotation." }, - "-pdfReader-a11yAnnotationInstruction": { + "pdfReader-a11yAnnotationInstruction": { "string": "To add this annotation into the document, focus the document and press { general-key-control }-{ option-or-alt }-{ number }." }, "pdfReader-toolbar-draw.aria-description": {