forked from qt-creator/qt-creator
UI text: use book style caps for options in selection lists
MeeGo Harmattan is written without a slash. Change-Id: I439a518d686835b173030282463c55d48a66a562 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -144,7 +144,7 @@ void QtQuickAppWizard::createInstances(ExtensionSystem::IPlugin *plugin)
|
|||||||
basicFeatures = Core::Feature(QtSupport::Constants::FEATURE_QT_QUICK_1);
|
basicFeatures = Core::Feature(QtSupport::Constants::FEATURE_QT_QUICK_1);
|
||||||
|
|
||||||
parameter = base;
|
parameter = base;
|
||||||
parameter.setDisplayName(tr("Qt Quick Application (Built-in elements)"));
|
parameter.setDisplayName(tr("Qt Quick Application (Built-in Elements)"));
|
||||||
parameter.setDescription(basicDescription + tr("The built-in elements in the QtQuick namespace allow "
|
parameter.setDescription(basicDescription + tr("The built-in elements in the QtQuick namespace allow "
|
||||||
"you to write cross-platform applications with "
|
"you to write cross-platform applications with "
|
||||||
"a custom look and feel.\n\nRequires <b>Qt 4.7.0</b> or newer."));
|
"a custom look and feel.\n\nRequires <b>Qt 4.7.0</b> or newer."));
|
||||||
@@ -163,10 +163,10 @@ void QtQuickAppWizard::createInstances(ExtensionSystem::IPlugin *plugin)
|
|||||||
list << parameter;
|
list << parameter;
|
||||||
|
|
||||||
parameter = base;
|
parameter = base;
|
||||||
parameter.setDisplayName(tr("Qt Quick Application for MeeGo/Harmattan"));
|
parameter.setDisplayName(tr("Qt Quick Application for MeeGo Harmattan"));
|
||||||
parameter.setDescription(basicDescription + tr("The Qt Quick Components for MeeGo/Harmattan are "
|
parameter.setDescription(basicDescription + tr("The Qt Quick Components for MeeGo Harmattan are "
|
||||||
"a set of ready-made components that are designed "
|
"a set of ready-made components that are designed "
|
||||||
"with specific native appearance for the MeeGo/Harmattan "
|
"with specific native appearance for the MeeGo Harmattan "
|
||||||
"platform.\n\nRequires <b>Qt 4.7.4</b> or newer, and the "
|
"platform.\n\nRequires <b>Qt 4.7.4</b> or newer, and the "
|
||||||
"component set installed for your Qt version."));
|
"component set installed for your Qt version."));
|
||||||
parameter.setRequiredFeatures(basicFeatures | Core::Feature(QtSupport::Constants::FEATURE_QTQUICK_COMPONENTS_MEEGO)
|
parameter.setRequiredFeatures(basicFeatures | Core::Feature(QtSupport::Constants::FEATURE_QTQUICK_COMPONENTS_MEEGO)
|
||||||
@@ -174,10 +174,10 @@ void QtQuickAppWizard::createInstances(ExtensionSystem::IPlugin *plugin)
|
|||||||
list << parameter;
|
list << parameter;
|
||||||
|
|
||||||
parameter = base;
|
parameter = base;
|
||||||
parameter.setDisplayName(tr("Qt Quick Application (from existing .qml file)"));
|
parameter.setDisplayName(tr("Qt Quick Application (from Existing QML File)"));
|
||||||
parameter.setDescription(basicDescription + tr("Creates a deployable Qt Quick application from "
|
parameter.setDescription(basicDescription + tr("Creates a deployable Qt Quick application from "
|
||||||
"existing QML files. All files and directories that "
|
"existing QML files. All files and directories that "
|
||||||
"reside in the same directory as the main QML file "
|
"reside in the same directory as the main .qml file "
|
||||||
"are deployed. You can modify the contents of the "
|
"are deployed. You can modify the contents of the "
|
||||||
"directory any time before deploying.\n\nRequires <b>Qt 4.7.0</b> or newer."));
|
"directory any time before deploying.\n\nRequires <b>Qt 4.7.0</b> or newer."));
|
||||||
parameter.setRequiredFeatures(basicFeatures);
|
parameter.setRequiredFeatures(basicFeatures);
|
||||||
|
|||||||
Reference in New Issue
Block a user