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>
(cherry picked from commit a061cebaa8
)
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MinimumSupportedQtVersion",
|
"name": "MinimumSupportedQtVersion",
|
||||||
"trDisplayName": "The minimum version of Qt you want to build the application for",
|
"trDisplayName": "Minimum required Qt version:",
|
||||||
"type": "ComboBox",
|
"type": "ComboBox",
|
||||||
"data":
|
"data":
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user