From c7f2e5187463335d0090887a23b458ef351c599a Mon Sep 17 00:00:00 2001 From: Bogdan Abaev Date: Thu, 10 Oct 2024 22:19:15 -0700 Subject: [PATCH] do not repeat "Annotation" in messages --- src/en-us.strings.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/en-us.strings.js b/src/en-us.strings.js index 76270758..3c550833 100644 --- a/src/en-us.strings.js +++ b/src/en-us.strings.js @@ -201,7 +201,8 @@ export default { 'pdfReader.a11yMoveAnnotation': 'Use the arrow keys to move the annotation.', 'pdfReader.a11yEditTextAnnotation': 'To move the end of the text annotation, use the left/right arrow keys while holding Shift. To move the start of the annotation, use the arrow keys while holding Shift -', 'pdfReader.a11yResizeAnnotation': 'To resize the annotation, use the arrow keys while holding Shift.', - 'pdfReader.a11yAnnotationSelected': 'Annotation selected', - 'pdfReader.a11yAnnotationPopupAppeared': 'Use Tab to navigate the annotation popup.' + 'pdfReader.a11yAnnotationSelected': 'selected.', + 'pdfReader.a11yAnnotationPopupAppeared': 'Use Tab to navigate the annotation popup.', + 'pdfReader.a11yAnnotationCreated': 'has been created.', };