From 57d1eafeb4ef5d6f19eb73903903e1bab858a32b Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 16 Feb 2017 08:49:09 +0100 Subject: [PATCH] Wizards: Unify used label with other wizards Change-Id: I46b0a756d825cfff328c747c37a9563c5449a75e Reviewed-by: David Schulz --- 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 83763225c07..1f0d9cf5b5b 100644 --- a/share/qtcreator/templates/wizards/autotest/wizard.json +++ b/share/qtcreator/templates/wizards/autotest/wizard.json @@ -46,7 +46,7 @@ "typeId": "Project", "data": { - "trDescription": "This wizard creates a simple Qmake based project with an additional auto test skeleton." + "trDescription": "This wizard creates a simple project with an additional auto test skeleton." } }, { @@ -172,7 +172,7 @@ "items": [ { - "trKey": "Qmake", + "trKey": "qmake", "value": "qmake" }, {