diff options
author | Robert Loehning <robert.loehning@nokia.com> | 2012-03-08 15:19:29 +0100 |
---|---|---|
committer | Robert Löhning <robert.loehning@nokia.com> | 2012-03-08 16:04:56 +0100 |
commit | 0949e7528b33cbdb02491115c313745f1df29b1a (patch) | |
tree | 0048855e78567787d6a63412229d906345013dbb /tests | |
parent | abd62116f8263cf4f8ecfb1ad4f62f7ef4d000ee (diff) | |
download | qt-creator-0949e7528b33cbdb02491115c313745f1df29b1a.tar.gz |
Squish: String updates
Change-Id: Ic513a4cd10460d177b0305e53a4ed55b7c75e541
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Reviewed-by: Bill King <bill.king@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/system/shared/project.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index d37682a8af..32821c7afd 100644 --- a/tests/system/shared/project.py +++ b/tests/system/shared/project.py @@ -201,9 +201,9 @@ def createProject_Qt_Console(path, projectName, qtVersion = None, checks = True) def createNewQtQuickApplication(workingDir, projectName = None, templateFile = None, targets = QtQuickConstants.Targets.DESKTOP): if templateFile: - available = __createProjectSelectType__(" Applications", "Qt Quick Application (from existing \.qml file)") + available = __createProjectSelectType__(" Applications", "Qt Quick Application (from Existing QML File)") else: - available = __createProjectSelectType__(" Applications", "Qt Quick Application (Built-in elements)") + available = __createProjectSelectType__(" Applications", "Qt Quick Application (Built-in Elements)") projectName = __createProjectSetNameAndPath__(workingDir, projectName) if templateFile: baseLineEd = waitForObject("{type='Utils::BaseValidatingLineEdit' unnamed='1' visible='1'}", 20000) |