RESOLVED FIXED 153030
Web Inspector: fix some common misspellings in localized strings
https://bugs.webkit.org/show_bug.cgi?id=153030
Summary Web Inspector: fix some common misspellings in localized strings
Blaze Burg
Reported 2016-01-12 12:32:28 PST
Attachments
Proposed Fix (5.47 KB, patch)
2016-01-12 12:34 PST, Blaze Burg
joepeck: review+
Blaze Burg
Comment 1 2016-01-12 12:34:16 PST
Created attachment 268799 [details] Proposed Fix
Joseph Pecoraro
Comment 2 2016-01-12 12:37:02 PST
Comment on attachment 268799 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=268799&action=review r=me! > Source/WebInspectorUI/UserInterface/Views/DatabaseTableContentView.js:112 > + this._messageTextViewElement = WebInspector.createMessageTextView(WebInspector.UIString("An error occurred trying to\nread the â%sâ table.").format(this.representedObject.name), true); Is the newline really needed in here too?
Blaze Burg
Comment 3 2016-01-12 12:52:38 PST
Blaze Burg
Comment 4 2016-01-12 12:53:46 PST
(In reply to comment #2) > Comment on attachment 268799 [details] > Proposed Fix > > View in context: > https://bugs.webkit.org/attachment.cgi?id=268799&action=review > > r=me! > > > Source/WebInspectorUI/UserInterface/Views/DatabaseTableContentView.js:112 > > + this._messageTextViewElement = WebInspector.createMessageTextView(WebInspector.UIString("An error occurred trying to\nread the â%sâ table.").format(this.representedObject.name), true); > > Is the newline really needed in here too? I removed it before landing.
Note You need to log in before you can comment on or make changes to this bug.