Menu items should use title case
Reported by glebd | December 23rd, 2010 @ 11:45 PM
Menu items should use title case: "Open File" instead of "Open file" (Apple HIG)
Comments and changes to this ticket
-

rsms December 23rd, 2010 @ 11:50 PM
- → State changed from new to invalid
- → Assigned user set to rsms
No, they shouldn't. Title Case is American English, aka old English and a time of the past. Sentence case rules. Apple HIG do explicitly state that you as the developer should chose either Title Case or Sentence case. What we should do is to normalize all labels to use Sentence case (I think some use the default values still).
-

glebd December 23rd, 2010 @ 11:57 PM
Fair enough, this is a minor point anyway. FWIW, I always try to follow the same conventions Apple uses in their apps in order to be consistent, and they use Title Case in menus.
-

Jay December 24th, 2010 @ 12:05 AM
Yes, minor, but according to
http://developer.apple.com/library/mac/#documentation/UserExperienc...
it lists "Title" as the style for "Menu Items". -

zachriggle December 24th, 2010 @ 06:23 AM
Find an application that doesn't use title case. All of Apple's applications do. Title case is applied even to short words, e.g. Terminal
View > Scroll To Top. -

Andy Lee December 24th, 2010 @ 01:01 PM
Definitely menus should be title case. In a way it's minor but to a discerning eye anything but title case in menus makes the app look like a Java app or windows port, and inconsistent case makes it look sloppy.
Regarding short words: in general they seem to be lower case except when a preposition is at the end. Thus, in Terminal
Shell > Export Text As...but
Shell > Use Settings as DefaultI would say
Scroll To Topis a typo. I just noticed Safari hasView > Hide search Barwhich is also a typo. -

Andy Lee December 24th, 2010 @ 01:30 PM
Here's the relevant section within the HIG page Jay linked to. I'm not sure the link will work from here -- in the comment preview it leads to an Apple "wrong page" page. So you may have to copy and paste the link, or search for "Capitalization of Interface Element Labels and Text".
Not to harp on a minor thing, but I don't think this is invalid, and compared to some other bugs it's quick to fix.
-

Rory December 25th, 2010 @ 09:14 PM
I agree with the other commenters – Apple recommends only title case both in their documentation and by example in all of their apps, and I think using sentence case would make the app look sketchy and non-native. If you really want to reform English by moving away from title case, you should go further than sentence case and capitalize only proper nouns, so as to remove the ambiguity of whether “green” is a proper noun in the sentence “Green fell to the floor” (it could be green paint or Mr. Green).
-

ryanf December 27th, 2010 @ 03:59 AM
I strongly agree that not using title case makes the app look sloppy, just like non-Mac-style toolbars would.
-

Adeel Ahmad Khan December 27th, 2010 @ 06:59 AM
I agree with rsms — sentence case rules, as long as it is consistent within the application.
-

ronin-130176 (at lighthouseapp) December 31st, 2010 @ 05:22 PM
- → Tag set to ui
-

ronin-130176 (at lighthouseapp) December 31st, 2010 @ 05:23 PM
- no changes were found...
-

lehni January 3rd, 2011 @ 12:17 PM
I also think that using sentence case makes the app feel non native. Can anybody point out another Cocoa app that uses sentence case? I cannot remember ever having come across one. A good illustration of the resulting problem is "Spelling and grammar", where the entries in the sub-menu are titlecased. It just feels odd.
-

lehni January 3rd, 2011 @ 12:23 PM
Also, I am not sure this is a question of old vs new English, or American vs British.
The Guardian for example has this in his style guide:
"Words in titles take initial caps except for a, and, for, from, in, of, the, to (except in initial position): A Tale of Two Cities, Happy End of the World, Shakespeare in Love, The God of Small Things, War and Peace, Who Wants to Be a Millionaire?, etc."
http://image.guardian.co.uk/sys-files/Guardian/documents/2004/07/15...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
A text editor for Mac OS X
Tags
Referenced by
-
#86 Menu item names should use title case
Whoops, this is a dupe of issue #6. When I
clicked the li...
-
#86 Menu item names should use title case
#6