From b87e3a53dbc00e26a53838510b096987f83ba845 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 31 May 2024 09:22:14 +0200 Subject: [PATCH] Fix json templates Amends 6cd7aed8ebe6b1e18d875f1559c70ff46bc09881. Change-Id: Ia8369c69530854488007ef28c191fdfbca4c082c Reviewed-by: hjk --- src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in | 2 +- src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in | 2 +- src/plugins/designer/Designer.json.in | 2 +- src/plugins/vcsbase/VcsBase.json.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in b/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in index 5ee0e41c3fc..920b3ec31bb 100644 --- a/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in +++ b/src/plugins/appstatisticsmonitor/AppStatisticsMonitor.json.in @@ -15,7 +15,7 @@ ], "Description" : "Visualize CPU and Memory consumption for running applications", "LongDescription" : [ - "Select an application to monitor its performance in real-time.", + "Select an application to monitor its performance in real-time." ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} diff --git a/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in b/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in index 010f6b8721f..72621cda105 100644 --- a/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in +++ b/src/plugins/cmakeprojectmanager/CMakeProjectManager.json.in @@ -15,7 +15,7 @@ "Category" : "Build Systems", "Description" : "Automate the configuration of build systems with CMake", "LongDescription" : [ - "CMake controls the software compilation process by using simple configuration files, called CMakeLists.txt files." + "CMake controls the software compilation process by using simple configuration files, called CMakeLists.txt files.", "You also need:", "- CMake", "Qt Online Installer installs a CMake version that you can use." diff --git a/src/plugins/designer/Designer.json.in b/src/plugins/designer/Designer.json.in index fb84ac1388b..966becb0d41 100644 --- a/src/plugins/designer/Designer.json.in +++ b/src/plugins/designer/Designer.json.in @@ -15,7 +15,7 @@ "Category" : "Qt Creator", "Description" : "Design Qt-widgets based UIs", "LongDescription" : [ - "Create widgets and forms that are integrated with Qt C++ code.", + "Create widgets and forms that are integrated with Qt C++ code." ], "Url" : "https://www.qt.io", ${DESIGNER_PLUGIN_ARGUMENTS} diff --git a/src/plugins/vcsbase/VcsBase.json.in b/src/plugins/vcsbase/VcsBase.json.in index 49933bc2aeb..a1717a9138a 100644 --- a/src/plugins/vcsbase/VcsBase.json.in +++ b/src/plugins/vcsbase/VcsBase.json.in @@ -16,7 +16,7 @@ "Description" : "Provides the technical basis for version control system (VCS) extensions", "LongDescription" : [ "You also need:", - "- An extension for a VCS tool, such as Git, and the tool + "- An extension for a VCS tool, such as Git, and the tool" ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES}