Bug 1293182 - Remove some unused strings from inspector.properties. r?bgrins draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Mon, 08 Aug 2016 09:40:52 +0200
changeset 397748 bba2381f27d89ad575873262b0e25f885f4f627f
parent 397688 763fe887c37cee5fcfe0f00e94fdffc84a41ea1c
child 527531 8c13421f2b02004b23851d84e6b7cd387775e937
push id25383
push userarchaeopteryx@coole-files.de
push dateMon, 08 Aug 2016 07:41:45 +0000
reviewersbgrins
bugs1293182
milestone51.0a1
Bug 1293182 - Remove some unused strings from inspector.properties. r?bgrins MozReview-Commit-ID: 9VjHmB8nmlz
devtools/client/locales/en-US/inspector.properties
--- a/devtools/client/locales/en-US/inspector.properties
+++ b/devtools/client/locales/en-US/inspector.properties
@@ -174,26 +174,16 @@ inspectorPasteOuterHTML.label=Outer HTML
 inspectorPasteOuterHTML.accesskey=O
 
 # LOCALIZATION NOTE (inspectorPasteInnerHTML.label): This is the label shown
 # in the inspector contextual-menu for the item that lets users paste inner
 # HTML in the current node
 inspectorPasteInnerHTML.label=Inner HTML
 inspectorPasteInnerHTML.accesskey=I
 
-# LOCALIZATION NOTE (inspectorHTMLPasteExtraSubmenu.label): This is the label
-# shown in the inspector contextual-menu for the sub-menu of the other Paste
-# items, which allow to paste HTML:
-# - before the current node
-# - after the current node
-# - as the first child of the current node
-# - as the last child of the current node
-inspectorHTMLPasteExtraSubmenu.label=Pasteā€¦
-inspectorHTMLPasteExtraSubmenu.accesskey=t
-
 # LOCALIZATION NOTE (inspectorHTMLPasteBefore.label): This is the label shown
 # in the inspector contextual-menu for the item that lets users paste
 # the HTML before the current node
 inspectorHTMLPasteBefore.label=Before
 inspectorHTMLPasteBefore.accesskey=B
 
 # LOCALIZATION NOTE (inspectorHTMLPasteAfter.label): This is the label shown
 # in the inspector contextual-menu for the item that lets users paste
@@ -235,21 +225,16 @@ inspectorAttributesSubmenu.label=Attribu
 inspectorAttributesSubmenu.accesskey=A
 
 # LOCALIZATION NOTE (inspectorAddAttribute.label): This is the label shown in
 # the inspector contextual-menu for the item that lets users add attribute
 # to current node
 inspectorAddAttribute.label=Add Attribute
 inspectorAddAttribute.accesskey=A
 
-# LOCALIZATION NOTE (inspectorSearchHTML.label2): This is the label shown as
-# the placeholder in inspector search box
-inspectorSearchHTML.label2=Search with CSS Selectors
-inspectorSearchHTML.key=F
-
 # LOCALIZATION NOTE (inspectorSearchHTML.label3): This is the label that is
 # shown as the placeholder for the markup view search in the inspector.
 inspectorSearchHTML.label3=Search HTML
 
 # LOCALIZATION NOTE (inspectorImageDataUri.label): This is the label
 # shown in the inspector contextual-menu for the item that lets users copy
 # the URL embedding the image data encoded in Base 64 (what we name
 # here Image Data URL). For more information: