aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/lualanguageclient
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2024-06-27 15:34:56 +0200
committerEike Ziller <[email protected]>2024-06-28 06:46:52 +0000
commit38e005692ea823f3ad81451f51b8269a98bf206f (patch)
tree73e2680d4a903cac5fe45eb664526b445244738d /src/plugins/languageclient/lualanguageclient
parent5333082054e754b5eed3adfe150b107fc10781d5 (diff)
Plugin meta data: Add full stop to descriptions
Where they were missing. The text is shown as a paragraph in the extension manager. Change-Id: I6e15c89fe4023b222e9c476f4312e13fcb0905c0 Reviewed-by: Leena Miettinen <[email protected]> Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/languageclient/lualanguageclient')
-rw-r--r--src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in b/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in
index 9497e53668b..0ac46c37638 100644
--- a/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in
+++ b/src/plugins/languageclient/lualanguageclient/LuaLanguageClient.json.in
@@ -15,7 +15,7 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Scripting",
- "Description" : "Lua Language Client scripting support",
+ "Description" : "Lua Language Client scripting support.",
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}