|
|
|
|
|
by lotharbot
5105 days ago
|
|
It's more than just links. Anything you want the user to interact with should be self-explanatory. Buttons shouldn't say yes/no or ok/cancel. They should describe the actual action. "Leave this page" or "stay on this page", "Remove from cart" or "keep in cart", and so on. |
|
First, I read the question, "Do you want to save this file?"
Then I naturally expect "Yes", "No", "Cancel" -- effortless to understand.
If I see "Save this file", "Don't save this file", "Return to application", it takes a lot longer, because I have to parse each button, which is redundant and annoying since I' already parsed the question.
The only time I've found longer button names to be useful are in rare non-intuitive situations, like when copying files into a directory with files of the same name, and there are multiple options you can take.