user interface - About meaningful messages in your software -


How I am confused to write a good message for my SW:

"To save the project, click the 'Save' button. To cancel it, click the 'Cancel' button."

But I think it's really useless, do you have any message that how can he write a meaningful message?

Personally I like messages that do not have much information about which number on windows applications Instead of a fault-driven operation, there are standard texts buttons.

Example: Instead of:

  Do you want to save changes before closing? - Press Yes to save changes - Do not press to discard changes - Cancel to cancel and continue application [Yes] [No] [Cancel]  

I like

  Do you want to save changes before closing? [Save] [Discard] [Cancel]  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -