aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2024-01-03 13:01:37 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2024-01-09 10:40:49 +0100
commita00082f0391f212acfa79e2ac712d0ff86a5fe5c (patch)
tree7e022b1d05438f7b03c17d71f11404e26c1c11c2 /src/quickcontrols
parent6f74f50fe412dc2c1d9aa1a98c405ae1f4983a48 (diff)
Doc: Describe correct case for styles
The current text says to use lowercase for styles, such as Material, when, in fact, it is capitalized. Fixes: QTBUG-119994 Pick-to: 6.7 6.6 6.5 Change-Id: I2d473f8be525326318f325b05b75e01f8772d7ec Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quickcontrols')
-rw-r--r--src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc b/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc
index 01c9b26bd2..cfa9568c83 100644
--- a/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc
+++ b/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc
@@ -8,7 +8,7 @@
\l {QFileSelector}{File selectors} provide a convenient way of selecting
file variants. Qt offers the platform name and the locale as built-in
selectors. Qt Quick Controls extends the built-in selectors with the name
- (lowercase) of the style that an application is running with.
+ (Capitalized) of the style that an application is running with.
By using file selectors, style-specific tweaks can be applied without
creating a hard dependency to a style. From the available file variants,