From f7286529bb37f339bbe45ee1b1157b48a5925e1f Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Fri, 24 Jun 2011 13:15:55 +0200
Subject: [PATCH] QtQuick Wizard: Improve wording of Components page

Change-Id: I02a2b4ca77a631db9ebfbf949d9a79d5a820bb4a
Reviewed-on: http://codereview.qt.nokia.com/703
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
---
 .../wizards/qtquickcomponentsetoptionspage.ui          | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/plugins/qt4projectmanager/wizards/qtquickcomponentsetoptionspage.ui b/src/plugins/qt4projectmanager/wizards/qtquickcomponentsetoptionspage.ui
index c9c5eb2c088..10b7944119f 100644
--- a/src/plugins/qt4projectmanager/wizards/qtquickcomponentsetoptionspage.ui
+++ b/src/plugins/qt4projectmanager/wizards/qtquickcomponentsetoptionspage.ui
@@ -20,7 +20,7 @@
    <item row="0" column="0">
     <widget class="QGroupBox" name="groupBox">
      <property name="title">
-      <string>Select Qt Quick component set to be used:</string>
+      <string>Qt Quick Component Set</string>
      </property>
      <property name="flat">
       <bool>false</bool>
@@ -32,7 +32,7 @@
       <item>
        <widget class="QRadioButton" name="qtquick10RadioButton">
         <property name="text">
-         <string>QtQuick 1.0</string>
+         <string>Built-in elements only (for all platforms)</string>
         </property>
         <property name="checked">
          <bool>true</bool>
@@ -45,7 +45,7 @@
       <item>
        <widget class="QRadioButton" name="symbian10RadioButton">
         <property name="text">
-         <string>com.nokia.symbian 1.0</string>
+         <string>Qt Quick Components for Symbian</string>
         </property>
         <attribute name="buttonGroup">
          <string>buttonGroup</string>
@@ -78,7 +78,7 @@
           <item row="0" column="0">
            <widget class="QLabel" name="qtquick10DescriptionLabel">
             <property name="text">
-             <string>The QtQuick 1.0 namespace contains basic elements which allow you to write cross-platform applications with a custom look and feel.
+             <string>The built-in elements in the QtQuick namespace allow you to write cross-platform applications with a custom look and feel.
 
 Requires Qt 4.7.1 or newer.</string>
             </property>
@@ -97,7 +97,7 @@ Requires Qt 4.7.1 or newer.</string>
           <item row="0" column="0">
            <widget class="QLabel" name="symbian10DescriptionLabel">
             <property name="text">
-             <string>The Qt Quick components for Symbian are a set of ready-made elements that are designed with specific native appearance for the target platform.
+             <string>The Qt Quick Components for Symbian are a set of ready-made components that are designed with specific native appearance for the Symbian platform.
 
 Requires Qt 4.7.3 or newer, and the component set installed for your Qt version / Symbian device.</string>
             </property>
-- 
GitLab