The preview action menu item should not have a title rdar://problem/19061959
Created attachment 242088 [details] Patch
Comment on attachment 242088 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=242088&action=review > Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:-843 > - title = WEB_UI_STRING_KEY("Preview", "Preview (action menu item)", "action menu item"); Does this leave an unused key in the localizable strings file?
(In reply to comment #2) > Comment on attachment 242088 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=242088&action=review > > > Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:-843 > > - title = WEB_UI_STRING_KEY("Preview", "Preview (action menu item)", "action menu item"); > > Does this leave an unused key in the localizable strings file? Not currently since we do still (intentionally) use the string in WK1.
Thanks! http://trac.webkit.org/changeset/176485