diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /l10n-en-CA/devtools/client/styleeditor.ftl | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz firefox-adbda400be353e676059e335c3c0aaf99e719475.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-en-CA/devtools/client/styleeditor.ftl')
-rw-r--r-- | l10n-en-CA/devtools/client/styleeditor.ftl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/l10n-en-CA/devtools/client/styleeditor.ftl b/l10n-en-CA/devtools/client/styleeditor.ftl index 18f6a5f989..2b266be909 100644 --- a/l10n-en-CA/devtools/client/styleeditor.ftl +++ b/l10n-en-CA/devtools/client/styleeditor.ftl @@ -40,7 +40,6 @@ styleeditor-go-to-line = .accesskey = J # Label displayed when searching a term that is not found in any stylesheet path styleeditor-stylesheet-all-filtered = No matching style sheet has been found. - # This string is shown in the style sheets list # Variables: # $ruleCount (Integer) - The number of rules in the stylesheet. @@ -49,3 +48,9 @@ styleeditor-stylesheet-rule-count = [one] { $ruleCount } rule. *[other] { $ruleCount } rules. } +# Title for the pretty print button in the editor footer. +styleeditor-pretty-print-button = + .title = Pretty print style sheet +# Title for the pretty print button in the editor footer, when it's disabled +styleeditor-pretty-print-button-disabled = + .title = Can only pretty print CSS files |