From 2f403042e83491f92c552c32b2697bd1bfb449ef Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 6 Sep 2024 12:20:12 +0200 Subject: [PATCH] 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 (cherry picked from commit a061cebaa8b94edb569278517c3cb7ee301f2490) --- .../templates/wizards/projects/qtquickapplication/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json index 866350f8ac0..1b6dbd5aaab 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/wizard.json @@ -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": {