forked from qt-creator/qt-creator
Fix missing label in Qt Quick Application wizard
The label was too long in the german translation. Use the shorter label that is used in the "compat" wizard, instead. This unifies these two wizards and fixes a missing colon at the end too. Fixes: QTCREATORBUG-31521 Change-Id: I16b148eb4ec6853b59935ce9c796f21160f61e6e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
},
|
||||
{
|
||||
"name": "MinimumSupportedQtVersion",
|
||||
"trDisplayName": "The minimum version of Qt you want to build the application for",
|
||||
"trDisplayName": "Minimum required Qt version:",
|
||||
"type": "ComboBox",
|
||||
"data":
|
||||
{
|
||||
|
Reference in New Issue
Block a user