diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-02 20:42:28 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-02 20:42:28 +0100 |
commit | f34094bae31e216228d5c2da2f2461d03df38302 (patch) | |
tree | be78d0059fafcf0bfc451b9add9a0dbd175a4a85 /devtools/client/locales/en-US/inspector.properties | |
parent | 9627f18cebab38cdfe45592d83371ee7bbc62cfa (diff) | |
download | UXP-f34094bae31e216228d5c2da2f2461d03df38302.tar UXP-f34094bae31e216228d5c2da2f2461d03df38302.tar.gz UXP-f34094bae31e216228d5c2da2f2461d03df38302.tar.lz UXP-f34094bae31e216228d5c2da2f2461d03df38302.tar.xz UXP-f34094bae31e216228d5c2da2f2461d03df38302.zip |
Add a "copy full CSS path" option to the inspector's menu
Issue #3
Diffstat (limited to 'devtools/client/locales/en-US/inspector.properties')
-rw-r--r-- | devtools/client/locales/en-US/inspector.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/client/locales/en-US/inspector.properties b/devtools/client/locales/en-US/inspector.properties index 4f4829678..b6f3e072b 100644 --- a/devtools/client/locales/en-US/inspector.properties +++ b/devtools/client/locales/en-US/inspector.properties @@ -154,6 +154,12 @@ inspectorCopyOuterHTML.accesskey=O inspectorCopyCSSSelector.label=CSS Selector inspectorCopyCSSSelector.accesskey=S +# LOCALIZATION NOTE (inspectorCopyCSSPath.label): This is the label +# shown in the inspector contextual-menu for the item that lets users copy +# the full CSS path of the current node +inspectorCopyCSSPath.label=CSS Path +inspectorCopyCSSPath.accesskey=P + # LOCALIZATION NOTE (inspectorPasteOuterHTML.label): This is the label shown # in the inspector contextual-menu for the item that lets users paste outer # HTML in the current node |