diff --git a/topics/ui/principles/context_help.md b/topics/ui/principles/context_help.md index a90f96df7..113c1a2b3 100644 --- a/topics/ui/principles/context_help.md +++ b/topics/ui/principles/context_help.md @@ -80,9 +80,16 @@ Do not use context help to explain how the user interface works. If you need to Do not explain common actions and entities. Show a regular tooltip with an action name and shortcut in this case. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](07_explain_obvious_incorrect.png){width=300} | ![](07_explain_obvious_correct.png){width=145} | + + + + + + + + + +
IncorrectCorrect
Do not explain each option. Too many help icons or too much inline text make a dialog cluttered and harder to navigate visually. If all options need to be explained, consider rewriting the labels to make them clearer.