From 5ce028c499e4ca1b8b701850957acc6f8d043d3c Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 17 Jul 2019 16:46:24 +0200 Subject: [PATCH] Fix capitalization of "qmake" Shall be consistent with other wizards Change-Id: I810cf55abf519f5b67155063ce515c4442fc6637 Reviewed-by: Leena Miettinen Reviewed-by: Eike Ziller --- .../qtcreator/templates/wizards/projects/cpplibrary/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json index af209105bfd..e61048a4b64 100644 --- a/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json +++ b/share/qtcreator/templates/wizards/projects/cpplibrary/wizard.json @@ -59,7 +59,7 @@ "items": [ { - "trKey": "Qmake", + "trKey": "qmake", "value": "qmake", "condition": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}" },