Bug 118971

Summary: [Old Web Inspector] When right-clicking on a DataGrid column, show editing menu option as "Edit <columnName>" instead of just "Edit"
Product: WebKit Reporter: Diego Pino <dpino>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Diego Pino
Reported 2013-07-22 07:53:01 PDT
Right click on a data column in a Grid shows up a context menu for Adding a new value, delete the current one or edit it. There's a FIXME comment suggesting to add the name of the column to be edited, for instance, "Edit 'Key'" instead of just simply "Edit", as it may be more clear what it does.
Attachments
Patch (3.27 KB, patch)
2013-07-22 09:34 PDT, Diego Pino
no flags
Diego Pino
Comment 1 2013-07-22 09:34:49 PDT
Diego Pino
Comment 2 2013-07-22 09:43:50 PDT
I added the literal "Edit ā€œ%sā€" directly to Source/WebCore/English.lproj/localizedStrings.js. I don't know if there's any tool to do that automatically. Apparently update-webkit-localizable-strings only works with the new web inspector.
WebKit Commit Bot
Comment 3 2013-07-22 11:47:05 PDT
Comment on attachment 207253 [details] Patch Clearing flags on attachment: 207253 Committed r152985: <http://trac.webkit.org/changeset/152985>
WebKit Commit Bot
Comment 4 2013-07-22 11:47:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.