GNOME Bugzilla – Bug 354688
Bad capitalization in ACL dialog
Last modified: 2007-11-30 17:24:40 UTC
Follow the GNOME Human Interface Guidelines 2.0, http://www.gnome.org/start/2.16/notes/C/rnusability.html shows you don't. Other information:
If you have any concrete suggestions, please file them as bugs, individually. Otherwise this just seems like a bug troll...
I did file a concrete bug against the Nautilus file properties dialog. If you don't see the faults, the capitalization styles of the labels and the push buttons are wrong.
Please specify, what exactly is wrong with it?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
Is it that difficult to read your style guide? ;-) The button should be labeled "Apply Permission to Enclosed Files" and the labels should have text like "Folder access:".
Confirmed with Nautilus 2.18.0.1 on Ubuntu Feisty. The relevant HIG section is: http://developer.gnome.org/projects/gup/hig/2.0/design-text-labels.html#layout-capitalization
Which ACL dialog are you talking about?
Oh, I get it. You only get the "apply permission to enclosed files" button if you use file properties on a folder. The code in question is nautilus/src/file-manager/fm-properties-window.c.
Created attachment 99845 [details] [review] nautilus-bgo354688-fm-properties-window-capitalization.diff
Committed to trunk (r13466). 2007-11-30 Federico Mena Quintero <federico@novell.com> Fix http://bugzilla.gnome.org/show_bug.cgi?id=354688 - Attack of the HIG police. * src/file-manager/fm-properties-window.c (create_permissions_page): Use header capitalization for command button. (add_permissions_combo_box): Use sentence capitalization for field labels.