aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-09-18 15:47:37 +0200
committerMitch Curtis <mitch.curtis@qt.io>2017-09-20 09:27:36 +0000
commit0419cb2b74e6b953fc1d3b02e71a3f0def39177c (patch)
treeeea57babf305ba18fa65c4e866b6bffc092aa859
parent45ce39000d690cf7d2bc757d81977309b19c6bc7 (diff)
Doc: "strenght" => "strength"
Change-Id: Idbb66dc94eec5cfacf3a52c35059b7d54a424fe2 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/effects/DropShadow.qml2
-rw-r--r--src/effects/Glow.qml4
-rw-r--r--src/effects/InnerShadow.qml2
-rw-r--r--src/effects/RectangularGlow.qml6
4 files changed, 7 insertions, 7 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml
index dc5b4fa..065a489 100644
--- a/src/effects/DropShadow.qml
+++ b/src/effects/DropShadow.qml
@@ -273,7 +273,7 @@ Item {
property alias verticalOffset: dbs.verticalOffset
/*!
- This property defines how large part of the shadow color is strenghtened
+ This property defines how large part of the shadow color is strengthened
near the source edges.
The value ranges from 0.0 to 1.0. By default, the property is set to \c
diff --git a/src/effects/Glow.qml b/src/effects/Glow.qml
index 168fc44..73ea4cf 100644
--- a/src/effects/Glow.qml
+++ b/src/effects/Glow.qml
@@ -52,7 +52,7 @@ import QtGraphicalEffects.private 1.0
The Glow effect blurs the alpha channel of the source and colorizes it
with \l {Glow::color}{color} and places it behind the source, resulting in a halo or glow
around the object. The quality of the blurred edge can be controlled using
- \l samples and \l radius and the strenght of the glow can be changed using
+ \l samples and \l radius and the strength of the glow can be changed using
\l spread.
\table
@@ -171,7 +171,7 @@ Item {
property alias samples: dps.samples
/*!
- This property defines how large part of the glow color is strenghtened
+ This property defines how large part of the glow color is strengthened
near the source edges.
The values range from 0.0 to 1.0. By default, the property is set to \c
diff --git a/src/effects/InnerShadow.qml b/src/effects/InnerShadow.qml
index acc47fb..f8f009f 100644
--- a/src/effects/InnerShadow.qml
+++ b/src/effects/InnerShadow.qml
@@ -155,7 +155,7 @@ Item {
property int samples: 0
/*!
- This property defines how large part of the shadow color is strenghtened
+ This property defines how large part of the shadow color is strengthened
near the source edges.
The value ranges from 0.0 to 1.0. By default, the property is set to \c
diff --git a/src/effects/RectangularGlow.qml b/src/effects/RectangularGlow.qml
index d8eb82c..2c2234d 100644
--- a/src/effects/RectangularGlow.qml
+++ b/src/effects/RectangularGlow.qml
@@ -109,11 +109,11 @@ Item {
property real glowRadius: 0.0
/*!
- This property defines how large part of the glow color is strenghtened
+ This property defines how large part of the glow color is strengthened
near the source edges.
- The value ranges from 0.0 (no strenght increase) to 1.0 (maximum
- strenght increase). By default, the property is set to \c 0.0.
+ The value ranges from 0.0 (no strength increase) to 1.0 (maximum
+ strength increase). By default, the property is set to \c 0.0.
\table
\header