From 45e7d82c8442b72f79445b76de4b35369c4f1850 Mon Sep 17 00:00:00 2001 From: Joe Walker Date: Thu, 8 Dec 2011 12:41:45 +0000 Subject: [PATCH] Bug 704789 - GCLI properties files should not use \ for continutation lines; r=dcamp --- .../en-US/chrome/browser/devtools/gclicommands.properties | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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