Messages - Do you use messages that are concise?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

It is important to use terminology that your users will understand. Do not to use technical terms that may confuse your users. Use consistent words and phrasing for similar situations. For example, the following phrases have the same meaning which is the best one?

  • Not enough memory.
  • There is not enough memory.
  • There is not enough free memory.
  • Insufficient memory.
  • No memory was available.
  • Your computer does not have sufficient memory.
  • Memory resource is not enough.
  • Ran out of memory.
  • You may be out of memory.
Image

❌ Figure: Bad Example - Is it OK to Cancel?

Microsoft uses this one:

Image

✅ Figure: Good Example - Microsoft error message is concise

Some other message types that Microsoft uses are:

Message typeSample message
Not enough disk spaceThere is not enough disk space to complete the operation. Delete some unneeded files on your hard disk, and then try again
File not foundThe program cannot find the file filename
Re-running setupThe filename file is missing. Run Setup again to reinstall the missing file. For more information about running Setup, press F1.

Consider using or adapting them in your application in similar scenarios. Only include the information that the user needs and will understand.

This also applies to general design principles, read our rule on Less is more: do you know people scan, not read?

acknowledgements
related rules