aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-07-23 13:39:55 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-08-31 09:42:05 +0000
commite3c86bd3185e288ce23a0ff07084cd0def54e898 (patch)
tree1deacafc97f61b080b5ec74c3ea04d1582dfe0d1 /src/controls
parent303fef550689e06d75ce5879fe96543d29620e29 (diff)
Minor doc improvements
Do not use fun abbreviations such as look'n'feel, but make it proper boring English. Change-Id: I6369058a455c04e0fc13b5bfff18f4e45b940c20 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/controls')
-rw-r--r--src/controls/doc/src/qtquickcontrols2-customize.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/controls/doc/src/qtquickcontrols2-customize.qdoc b/src/controls/doc/src/qtquickcontrols2-customize.qdoc
index 2f627de2..b099b482 100644
--- a/src/controls/doc/src/qtquickcontrols2-customize.qdoc
+++ b/src/controls/doc/src/qtquickcontrols2-customize.qdoc
@@ -31,11 +31,10 @@
\brief A set of UI controls to create user interfaces in Qt Quick
Qt Quick Controls consist of a hierarchy (tree) of items. In order to
- provide a custom look'n'feel, the default implementation of each can be
- replaced with a custom item. The following snippets present the default
- implementations of various items. These can be used as a starting point
- to implement custom look'n'feel.
-
+ provide a custom look and feel, the default QML implementation of each
+ item can be replaced with a custom one. The following snippets present
+ the default implementations of various items. These can be used as a
+ starting point to implement a custom look and feel.
\section1 Customizing BusyIndicator