RESOLVED FIXED 166892
Web Inspector: fix UIString for Print Styles button
https://bugs.webkit.org/show_bug.cgi?id=166892
Summary Web Inspector: fix UIString for Print Styles button
Blaze Burg
Reported 2017-01-10 10:18:14 PST
Per ASG, this should say 'turn on/off' instead of enable/disable.
Attachments
Patch (4.41 KB, patch)
2017-01-10 17:35 PST, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2017-01-10 10:18:30 PST
Blaze Burg
Comment 2 2017-01-10 10:59:36 PST
Or even better, it could say "Force Print Media Styles" / "Use Default Media Styles". In the documentation we would have a better explanation that @media is being overridden to 'print' when this is on.
Joseph Pecoraro
Comment 3 2017-01-10 11:11:39 PST
(In reply to comment #2) > Or even better, it could say "Force Print Media Styles" / "Use Default Media Styles". I like that!
Devin Rousso
Comment 4 2017-01-10 17:35:44 PST
Blaze Burg
Comment 5 2017-01-11 09:59:51 PST
Comment on attachment 298536 [details] Patch rs=me, Thanks Devin!
Joseph Pecoraro
Comment 6 2017-01-11 11:10:04 PST
Comment on attachment 298536 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=298536&action=review > Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js:814 > +localizedStrings["Use Default Media Styles"] = "Use Default Media Styles"; Should the "s" in "Styles" be capitalized for these?
Blaze Burg
Comment 7 2017-01-11 11:31:02 PST
(In reply to comment #6) > Comment on attachment 298536 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=298536&action=review > > > Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js:814 > > +localizedStrings["Use Default Media Styles"] = "Use Default Media Styles"; > > Should the "s" in "Styles" be capitalized for these? It's unclear whether this string should be title case. This seems more like a button label than a description. We are inconsistent about this in many places.
Blaze Burg
Comment 8 2017-01-11 11:35:24 PST
(In reply to comment #7) > (In reply to comment #6) > > Comment on attachment 298536 [details] > > Patch > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=298536&action=review > > > > > Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js:814 > > > +localizedStrings["Use Default Media Styles"] = "Use Default Media Styles"; > > > > Should the "s" in "Styles" be capitalized for these? > > It's unclear whether this string should be title case. This seems more like > a button label than a description. We are inconsistent about this in many > places. More context: https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/TerminologyWording.html#//apple_ref/doc/uid/20000957-CH15-SW4 This seems to be a help tag for button. Since the AX title would be categorized like Push Button, I think this is still the correct capitalization.
WebKit Commit Bot
Comment 9 2017-01-11 12:31:52 PST
Comment on attachment 298536 [details] Patch Clearing flags on attachment: 298536 Committed r210594: <http://trac.webkit.org/changeset/210594>
WebKit Commit Bot
Comment 10 2017-01-11 12:31:56 PST
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.