mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #19651 from calixteman/fix_ftl
[Editor] Fix variable name in the ftl file
This commit is contained in:
commit
dc61e36bf4
2 changed files with 3 additions and 1 deletions
2
.github/fluent_linter_config.yml
vendored
2
.github/fluent_linter_config.yml
vendored
|
@ -25,3 +25,5 @@ CO01:
|
|||
exclusions:
|
||||
files: []
|
||||
messages: []
|
||||
VC:
|
||||
disabled: false
|
||||
|
|
|
@ -373,7 +373,7 @@ pdfjs-editor-signature-add-signature-button-label = Add new signature
|
|||
|
||||
# Used on the button to use an already saved signature.
|
||||
# Variables:
|
||||
# description (String) - a string describing/labeling the signature.
|
||||
# $description (String) - a string describing/labeling the signature.
|
||||
pdfjs-editor-add-saved-signature-button =
|
||||
.title = Saved signature: { $description }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue