Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 475297

Summary: Make menu item case consistent
Product: [ECD] Orion Reporter: Steve Northover <steve_northover>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: unspecified   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 471029    
Bug Blocks:    

Description Steve Northover CLA 2015-08-18 16:09:26 EDT
In Orion, some items are mixed case (ie. 'Find in folder') while others are upper case ("Quick Search").  Eclipse and other IDE's on Windows seem to use the following rules:

1) Upper case words except for prepositions like "in"
2) Upper case prepositions at the end of an item (ie. "Open As...")

Between desktops and even on the same desktop, the rules seem to be different.  I suggest we implement the above rules and try to be consistent using them.
Comment 1 Curtis Windatt CLA 2015-08-18 17:06:05 EDT
I fixed the majority of items in Bug 471029.  It was suggested we follow 'title casing'.
Comment 2 Steve Northover CLA 2015-08-18 17:21:54 EDT
Thanks Curtis