diff options
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 |