Skip to content
Snippets Groups Projects
Commit b5e127be authored by Leena Miettinen's avatar Leena Miettinen
Browse files

UI text: use book style caps for options in selection lists


MeeGo Harmattan is written without a slash.

Change-Id: I439a518d686835b173030282463c55d48a66a562
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent 62fd2713
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ void QtQuickAppWizard::createInstances(ExtensionSystem::IPlugin *plugin)
basicFeatures = Core::Feature(QtSupport::Constants::FEATURE_QT_QUICK_1);
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 "
"you to write cross-platform applications with "
"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;
parameter = base;
parameter.setDisplayName(tr("Qt Quick Application for MeeGo/Harmattan"));
parameter.setDescription(basicDescription + tr("The Qt Quick Components for MeeGo/Harmattan are "
parameter.setDisplayName(tr("Qt Quick Application for MeeGo Harmattan"));
parameter.setDescription(basicDescription + tr("The Qt Quick Components for MeeGo Harmattan are "
"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 "
"component set installed for your Qt version."));
parameter.setRequiredFeatures(basicFeatures | Core::Feature(QtSupport::Constants::FEATURE_QTQUICK_COMPONENTS_MEEGO)
......@@ -174,10 +174,10 @@ void QtQuickAppWizard::createInstances(ExtensionSystem::IPlugin *plugin)
list << parameter;
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 "
"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 "
"directory any time before deploying.\n\nRequires <b>Qt 4.7.0</b> or newer."));
parameter.setRequiredFeatures(basicFeatures);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment