When should I put … at the end of a menu item? I seem to remember reading some rules but can’t for the life of me find them.
For context – I’m adding a properties option to a right click menu and am wondering if it is appropriate to add them.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One exception to the first two answers: if the whole point of the menu command is to open a window or dialog, then you don’t need an ellipsis. For example, a ‘Get Info’ or ‘Properties’ command shouldn’t have it, even though it’s opening a window which lets you edit things.
It’s only when the menu command’s purpose is to do something else, but it needs a dialog or confirmation in order to do it.