forked from qt-creator/qt-creator
Fix capitalization of "qmake"
Shall be consistent with other wizards Change-Id: I810cf55abf519f5b67155063ce515c4442fc6637 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
"items":
|
"items":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"trKey": "Qmake",
|
"trKey": "qmake",
|
||||||
"value": "qmake",
|
"value": "qmake",
|
||||||
"condition": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}"
|
"condition": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user