From c79fcc8fe381719470f6fb4fc71412273edfc767 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 4 Apr 2019 13:50:58 +0200 Subject: [PATCH] Widget App Wizard: Remove trailing colon from checkbox label Change-Id: Ic0bf8ebe4e98a29b6ca08d496c79ea0032e0743f Reviewed-by: Christian Kandeler --- .../templates/wizards/projects/qtwidgetsapplication/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json index 430124cee49..9aa116177be 100644 --- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json @@ -120,7 +120,7 @@ { "name": "GenerateForm", "type": "CheckBox", - "trDisplayName": "Generate form:", + "trDisplayName": "Generate form", "data": { "checked": true } }, {