WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
39303
Web Inspector: fix some localization issues
https://bugs.webkit.org/show_bug.cgi?id=39303
Summary
Web Inspector: fix some localization issues
Timothy Hatcher
Reported
2010-05-18 11:42:22 PDT
There are a handful of localization issues that need fixed.
Attachments
Proposed patch
(36.10 KB, patch)
2010-05-18 12:24 PDT
,
Timothy Hatcher
aroben
: review+
timothy
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2010-05-18 12:24:49 PDT
Created
attachment 56400
[details]
Proposed patch
Adam Roben (:aroben)
Comment 2
2010-05-18 13:14:33 PDT
Comment on
attachment 56400
[details]
Proposed patch WebCore/inspector/front-end/TimelinePanel.js:899 + contentHelper._appendTextRow(WebInspector.UIString("Timer Id"), this.data.timerId); I'm surprised "Id" isn't "ID". WebCore/inspector/front-end/TimelinePanel.js:921 + contentHelper._appendTextRow(WebInspector.UIString("Mime Type"), this.data.mimeType); Should "Mime" be "MIME"? Seems like the number-formatting functions should move off of the Number object and just always use WebInspector.UIString. r=me
Timothy Hatcher
Comment 3
2010-05-18 13:23:52 PDT
Landed in
r59688
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug