We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745e427 commit 54ffd86Copy full SHA for 54ffd86
l10n/en-US/viewer.ftl
@@ -700,5 +700,5 @@ pdfjs-editor-edit-comment-dialog-cancel-button = Cancel
700
701
## Edit a comment button in the editor toolbar
702
703
-pdfjs-editor-edit-comment-button =
704
- .title = Edit comment
+pdfjs-editor-add-comment-button =
+ .title = Add comment
src/display/editor/comment.js
@@ -154,7 +154,7 @@ class Comment {
154
comment.ariaControlsElements = [
155
this.#editor._uiManager.getCommentDialogElement(),
156
];
157
- comment.setAttribute("data-l10n-id", "pdfjs-editor-edit-comment-button");
+ comment.setAttribute("data-l10n-id", "pdfjs-editor-add-comment-button");
158
}
159
160
const signal = this.#editor._uiManager._signal;
0 commit comments