aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-03-04 19:02:00 +0100
committerRobert Loehning <robert.loehning@qt.io>2019-03-05 09:40:34 +0000
commit8b7e8abe1b7333915819f7fbe099f6d0c441a0c6 (patch)
treed97643d50750680b3a6697434d5e269bb7b182c9 /share/qtcreator/templates
parent118406346e1663ea82fe5f1eddee80759b6c2f12 (diff)
Fix description of empty python project
Change-Id: I9ccf09afc0fa6348454a0a23cf86812e50ecaaa0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
index 0f1ce91cf7..16c2646ce5 100644
--- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
@@ -3,7 +3,7 @@
"supportedProjectTypes": [ "PythonProject" ],
"id": "U.QtForPythonApplicationEmpty",
"category": "F.Application",
- "trDescription": "Creates a Qt for Python application that only the main code for a QApplication",
+ "trDescription": "Creates a Qt for Python application that contains only the main code for a QApplication.",
"trDisplayName": "Qt for Python - Empty",
"trDisplayCategory": "Application",
"icon": "icon.png",