diff --git a/browser/locales/en-US/chrome/browser/devtools/gclicommands.properties b/browser/locales/en-US/chrome/browser/devtools/gclicommands.properties index 6940549ef16..65bdb0dfb5f 100644 --- a/browser/locales/en-US/chrome/browser/devtools/gclicommands.properties +++ b/browser/locales/en-US/chrome/browser/devtools/gclicommands.properties @@ -44,8 +44,7 @@ inspectDesc=Inspect a node # LOCALIZATION NOTE (inspectManual) A fuller description of the 'inspect' # command, displayed when the user asks for help on what it does. -inspectManual=Investigate the dimensions and properties of an element using \ -a CSS selector to open the DOM highlighter +inspectManual=Investigate the dimensions and properties of an element using a CSS selector to open the DOM highlighter # LOCALIZATION NOTE (inspectNodeDesc) A very short string to describe the # 'node' parameter to the 'inspect' command, which is displayed in a dialog @@ -55,5 +54,4 @@ inspectNodeDesc=CSS selector # LOCALIZATION NOTE (inspectNodeManual) A fuller description of the 'node' # parameter to the 'inspect' command, displayed when the user asks for help # on what it does. -inspectNodeManual=A CSS selector for use with Document.querySelector which \ -identifies a single element +inspectNodeManual=A CSS selector for use with Document.querySelector which identifies a single element