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:
Eike Ziller
2024-09-06 12:20:12 +02:00
parent c0adb7886f
commit 2f403042e8

View File

@@ -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":
{ {