From b9d95f7946aa8a9b57c9f84f3af6faf8c6b7ec24 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 5 Feb 2018 16:48:12 +0100 Subject: [PATCH] Auto Test: Fix UI text in wizard Change-Id: I38057341ef2e5a95e44a111742537bd3cb67bbdd Reviewed-by: Christian Stenger --- share/qtcreator/templates/wizards/autotest/wizard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/wizards/autotest/wizard.json b/share/qtcreator/templates/wizards/autotest/wizard.json index 0df18f33f47..6fad990403e 100644 --- a/share/qtcreator/templates/wizards/autotest/wizard.json +++ b/share/qtcreator/templates/wizards/autotest/wizard.json @@ -77,11 +77,11 @@ "value": "QtTest" }, { - "trKey": "Googletest", + "trKey": "Google Test", "value": "GTest" }, { - "trKey": "QtQuick Test", + "trKey": "Qt Quick Test", "value": "QtQuickTest" }