From 300953ed9eab080c4f065f713146e9c2d2bf5ec0 Mon Sep 17 00:00:00 2001 From: Hiweed Mandriva Date: Wed, 28 Oct 2020 16:58:38 +0800 Subject: [PATCH] doc : fix typo 'consise' => 'concise Change-Id: Ife2fc3b61b03b741b41bd703c3caf8180c6868fa Reviewed-by: Volker Hilsheimer --- src/widgets/kernel/qwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.