From 39cbe0a7385fbd37d7b7332a9967c7408f08175d Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Thu, 1 Dec 2011 20:48:35 +0000 Subject: Replace \n in message strings to acutal new lines. I had added a hack in http://codereview.chromium.org/196007 to mimic a behavior of how rc.exe replaces \n with a newline. Unfortunately, this didn't make it possible to have legitimate uses of \n in a string. Instead, remove all occurrences of \n in preparation of removing this hack. BUG=105985 Review URL: http://codereview.chromium.org/8757009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112526 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/inspector_strings.grd | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'webkit/glue') diff --git a/webkit/glue/inspector_strings.grd b/webkit/glue/inspector_strings.grd index 7138098..78c5584 100644 --- a/webkit/glue/inspector_strings.grd +++ b/webkit/glue/inspector_strings.grd @@ -378,7 +378,8 @@ so we include the original license below: Always enable - An error occurred trying to\nread the “%sCLIENTS” table. +An error occurred trying to +read the “%sCLIENTS” table. An unexpected error %sNo memory occurred. @@ -549,7 +550,8 @@ so we include the original license below: Domain - Don't pause on exceptions.\nClick to Pause on all exceptions. +Don't pause on exceptions. +Click to Pause on all exceptions. Double-Click to toggle between URL encoded and decoded formats @@ -864,10 +866,12 @@ so we include the original license below: Path - Pause on all exceptions.\nClick to Pause on uncaught exceptions. +Pause on all exceptions. +Click to Pause on uncaught exceptions. - Pause on uncaught exceptions.\nClick to Not pause on exceptions. +Pause on uncaught exceptions. +Click to Not pause on exceptions. Pause script execution. @@ -1158,7 +1162,8 @@ so we include the original license below: The breakpoint on line %d15 will stop only if this expression is true: - The “%sfoo”\ntable is empty. +The “%sfoo” +table is empty. This site has no cookies. -- cgit v1.1