From 0949e7528b33cbdb02491115c313745f1df29b1a Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Thu, 8 Mar 2012 15:19:29 +0100 Subject: [PATCH] Squish: String updates Change-Id: Ic513a4cd10460d177b0305e53a4ed55b7c75e541 Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Bill King <bill.king@nokia.com> --- tests/system/shared/project.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index d37682a8afe..32821c7afd6 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) -- GitLab