aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-05 16:48:12 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-06 07:46:35 +0000
commitb9d95f7946aa8a9b57c9f84f3af6faf8c6b7ec24 (patch)
tree05f2d4617d48c19dbf1783c53e64d21ed638c01c /share
parent9a950e5a89b9f92238ac9a57d53418d0f69679ca (diff)
Auto Test: Fix UI text in wizard
Change-Id: I38057341ef2e5a95e44a111742537bd3cb67bbdd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/autotest/wizard.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/templates/wizards/autotest/wizard.json b/share/qtcreator/templates/wizards/autotest/wizard.json
index 0df18f33f4..6fad990403 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"
}