[Webkit-unassigned] [Bug 26489] New: Web Inspector: Typo in DatabaseQuery Error Message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 11:49:04 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26489

           Summary: Web Inspector: Typo in DatabaseQuery Error Message
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck02 at gmail.com


In the "Databases" Tab of the Web Inspector, in the Database Console for a
particular Database, executing a query resulting in an error produces the
following error message:

    "An unexpected error 0 occured."

"occured" is a typo, it should be "occurred"


I'm not too familiar with how these messages work.  I found:
WebCore/inspector/front-end/DatabaseQueryView.js
line 160: var message = WebInspector.UIString("An unexpected error %s
occured.", error.code);

However those UIString gets a value from localizedStrings which I believe comes
from:
WebCore/English.lproj/localizedStrings.js
line 36: localizedStrings["An unexpected error %s occured."] = "An unexpected
error %s occured.";

I'm guessing all 3 places should be changed, but are there any other places
that would need to be changed?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list