diff options
author | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2012-05-16 13:51:14 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2012-05-16 14:29:46 +0200 |
commit | 9ead32dbf1fa0229d9b73f9e1da11e0942291b8a (patch) | |
tree | dae2c555dff4cdc3beb3f1fedb729e79ef80caa4 /doc | |
parent | 0b57c4938e5eff3ad7c2c380a38195b542f6d9a8 (diff) | |
download | qt-creator-9ead32dbf1fa0229d9b73f9e1da11e0942291b8a.tar.gz |
Doc: when to use three dots at end of menu items
Change-Id: I177128b393a7360ce9eb0059ff0a418a39c0b19b
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/qtcreator-ui-text.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/qtcreator-ui-text.qdoc b/doc/api/qtcreator-ui-text.qdoc index 73e0aad30b..5d98a553fc 100644 --- a/doc/api/qtcreator-ui-text.qdoc +++ b/doc/api/qtcreator-ui-text.qdoc @@ -79,9 +79,12 @@ \list + \o Use full stops in messages. + \o Never user full stops (.) at the end of menu item names. - \o Use full stops in messages. + \o Place three full stops (...) at the end of menu item names that + open a dialog requiring user action. \o Use exclamation marks (!) only in text that demands extra attention from the user or carries special weight. |