summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorHiweed Mandriva <hiweedmandriva@163.com>2020-10-28 16:58:38 +0800
committerHiweed Mandriva <hiweedmandriva@163.com>2020-10-29 10:47:16 +0800
commit300953ed9eab080c4f065f713146e9c2d2bf5ec0 (patch)
tree742e951c66f16fc3813f492a73d8c897ef16dc2d /src/widgets/kernel
parent7d0faad43ce1a3a27b8a1f35e342bada96286d4c (diff)
doc : fix typo 'consise' => 'concise
Change-Id: Ife2fc3b61b03b741b41bd703c3caf8180c6868fa Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 183d47b5b2..4619a8713c 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -11357,7 +11357,7 @@ QString QWidget::accessibleName() const
\brief the widget's description as seen by assistive technologies
The accessible description of a widget should convey what a widget does.
- While the \l accessibleName should be a short and consise string (e.g. \gui{Save}),
+ While the \l accessibleName should be a short and concise string (e.g. \gui{Save}),
the description should give more context, such as \gui{Saves the current document}.
This property has to be \l{Internationalization with Qt}{localized}.