commit b5a379ec15c88ab6c9846d6bf6dd30205797086c
parent 969c281bd6665d7a23be510861c38868be2ca775
Author: Calixte Denizet <calixte.denizet@gmail.com>
Date: Tue, 30 Sep 2025 13:41:15 +0000
Bug 1991324 - Update the entry label in the context menu about commenting the text selection in the pdf viewer r=marco,fluent-reviewers,bolsson
Differential Revision: https://phabricator.services.mozilla.com/D266546
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/browser/base/content/browser-context.inc b/browser/base/content/browser-context.inc
@@ -311,7 +311,7 @@
data-l10n-id="text-action-select-all"
command="cmd_selectAll"/>
<menuitem id="context-pdfjs-comment-selection"
- data-l10n-id="text-action-comment-selection"/>
+ data-l10n-id="text-action-comment-selection-1"/>
<menuitem id="context-pdfjs-highlight-selection"
data-l10n-id="text-action-highlight-selection"/>
<menuitem id="context-reveal-password"
diff --git a/toolkit/locales/en-US/toolkit/global/textActions.ftl b/toolkit/locales/en-US/toolkit/global/textActions.ftl
@@ -92,9 +92,9 @@ text-action-search-text-box-clear =
text-action-highlight-selection =
.label = Highlight Selection
-# Comment is a verb. This adds a comment to selected text within the PDF viewer.
-text-action-comment-selection =
- .label = Comment Selection
+# This adds a comment to selected text within the PDF viewer.
+text-action-comment-selection-1 =
+ .label = Add Comment to Selection
# "Copy Link to Highlight" creates a permanent 'Text Fragment' link
# to the current selection, and copies it into the user's clipboard.