summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-10-17 13:34:46 +0200
committerRainer Keller <rainer.keller@digia.com>2013-10-17 16:53:56 +0300
commitf1ea9ca56319ea463fa6d8d7eef6cff071ebb5b6 (patch)
tree042f4b02319fd8907414eb9c9b023cac4bd0b087
parent95fb782f1c91799fcff6f18aa5fc75292e834440 (diff)
Fix typosv1.0.0-RC4
Change-Id: I1cfd32f4109a21270ac3bfa64b7494abb6a07adb Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
-rw-r--r--basicsuite/About Boot to Qt/description.txt2
-rw-r--r--basicsuite/Graphical Effects/description.txt2
-rw-r--r--basicsuite/Photo Gallery/description.txt2
-rw-r--r--basicsuite/Qt5 Cinematic Demo/description.txt4
-rw-r--r--basicsuite/SensorExplorer/description.txt2
-rw-r--r--basicsuite/Text Input/description.txt2
6 files changed, 7 insertions, 7 deletions
diff --git a/basicsuite/About Boot to Qt/description.txt b/basicsuite/About Boot to Qt/description.txt
index f546387..676a166 100644
--- a/basicsuite/About Boot to Qt/description.txt
+++ b/basicsuite/About Boot to Qt/description.txt
@@ -1,3 +1,3 @@
The "About Boot to Qt" provides an introduction to what Boot to Qt is all about.
-It talks briefly about how the software stack is built up, rough hardware requirements and how Boot to Qt from the more traditional Qt editions.
+It talks briefly about how the software stack is built up, rough hardware requirements and how Boot to Qt differs from the more traditional Qt editions.
diff --git a/basicsuite/Graphical Effects/description.txt b/basicsuite/Graphical Effects/description.txt
index 8623c2c..e2d3acf 100644
--- a/basicsuite/Graphical Effects/description.txt
+++ b/basicsuite/Graphical Effects/description.txt
@@ -1,2 +1,2 @@
-This example shows the Qt Quick 2.0 ShaderEffect type and the QtGraphicalEffect module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects. However, as UIs typically reuse many of the same effects, the QtGraphicalEffects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity maskes and more.
+This example shows the Qt Quick 2.0 ShaderEffect type and the QtGraphicalEffect module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects. However, as UIs typically reuse many of the same effects, the QtGraphicalEffects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity masks and more.
diff --git a/basicsuite/Photo Gallery/description.txt b/basicsuite/Photo Gallery/description.txt
index a619aee..f5e302c 100644
--- a/basicsuite/Photo Gallery/description.txt
+++ b/basicsuite/Photo Gallery/description.txt
@@ -1 +1 @@
-This is simple photo gallery, indexing images found in /data/images.
+This is a simple photo gallery, showing images found in /data/images.
diff --git a/basicsuite/Qt5 Cinematic Demo/description.txt b/basicsuite/Qt5 Cinematic Demo/description.txt
index 449cc28..253d246 100644
--- a/basicsuite/Qt5 Cinematic Demo/description.txt
+++ b/basicsuite/Qt5 Cinematic Demo/description.txt
@@ -1,5 +1,5 @@
The Qt5 Cinematic Experience is a demo by "QUIt Coding", a small group of talented individuals enjoying software development with cutting edge technologies. They are official members of the Qt Ambassador Program.
-The demo shows off a number features of Qt Quick 2.0. A nicely styled list control with movie covers with lighting effects. Particles and transitions. The information roll-down curvy curtain and is implemented using inline GLSL in the QML file.
+The demo shows off a number features of Qt Quick 2.0. A nicely styled list control of movie covers with lighting effects, particles and transitions. The information roll-down curvy curtain is implemented using inline GLSL in the QML file.
-The source code for this demo and more awesome looking Qt Quick stuff is available from quitcoding.com.
+The source code for this demo and more awesome looking Qt Quick examples are available from quitcoding.com.
diff --git a/basicsuite/SensorExplorer/description.txt b/basicsuite/SensorExplorer/description.txt
index 9724112..606dc9b 100644
--- a/basicsuite/SensorExplorer/description.txt
+++ b/basicsuite/SensorExplorer/description.txt
@@ -1 +1 @@
-This example provides a list of all available sensors installed on the system for which Qt has a backend. Start a sensor to see how values changes depending from environment and user-device interaction.
+This example provides a list of all available sensors installed on the system for which Qt has a backend. Start a sensor to see how values change depending from environment and user-device interaction.
diff --git a/basicsuite/Text Input/description.txt b/basicsuite/Text Input/description.txt
index 0469b1b..c60d036 100644
--- a/basicsuite/Text Input/description.txt
+++ b/basicsuite/Text Input/description.txt
@@ -2,5 +2,5 @@ This examples illustrates how Qt can handle input on touch devices.
The launcher loads a custom platform input context plugin and contains a virtual keyboard. When a text control in Qt Quick gets focus, the input context will trigger the virtual keyboard to show on screen and clicks in the virtual keyboard are delegated to the text control.
-Our demo virtual keyboard has support for english, finnish and arabic. The input context plugin API is plugin based and can be replaced with whatever the user desires. Qt has a ready made plugin for Maliit, an open-source, cross-platform input method framework for mobile and embedded.
+Our demo virtual keyboard has support for english, finnish and arabic. The input context API is plugin based and users can replace existing plugins with whatever they desire. Qt has a ready made plugin for Maliit, an open-source, cross-platform input method framework for mobile and embedded.