Skip to content

Commit

Permalink
do not repeat "Annotation" in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
abaevbog committed Oct 11, 2024
1 parent 5d0ad13 commit c7f2e51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/en-us.strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.',

};

0 comments on commit c7f2e51

Please sign in to comment.