aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-04-04 13:50:58 +0200
committerEike Ziller <eike.ziller@qt.io>2019-04-05 07:12:20 +0000
commitc79fcc8fe381719470f6fb4fc71412273edfc767 (patch)
tree6d38b7b3bf5c5590eeb50e21d92199a824fae696 /share/qtcreator/templates
parent6d6fc1816197bb5bc9eca6bd1b5fb1dd1ad2aba2 (diff)
Widget App Wizard: Remove trailing colon from checkbox label
Change-Id: Ic0bf8ebe4e98a29b6ca08d496c79ea0032e0743f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json
index 430124cee4..9aa116177b 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 }
},
{