diff options
author | Eike Ziller <[email protected]> | 2024-06-27 15:34:56 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2024-06-28 06:46:52 +0000 |
commit | 38e005692ea823f3ad81451f51b8269a98bf206f (patch) | |
tree | 73e2680d4a903cac5fe45eb664526b445244738d /src/plugins/mercurial | |
parent | 5333082054e754b5eed3adfe150b107fc10781d5 (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/mercurial')
-rw-r--r-- | src/plugins/mercurial/Mercurial.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mercurial/Mercurial.json.in b/src/plugins/mercurial/Mercurial.json.in index e6be967df69..bcd6da7610a 100644 --- a/src/plugins/mercurial/Mercurial.json.in +++ b/src/plugins/mercurial/Mercurial.json.in @@ -13,7 +13,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" : "Version Control", - "Description" : "Access the Mercurial source control management tool", + "Description" : "Access the Mercurial source control management tool.", "LongDescription" : [ "You also need:", "- Mercurial" |