diff options
author | Leena Miettinen <[email protected]> | 2024-05-30 16:53:58 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2024-05-31 06:42:53 +0000 |
commit | 6cd7aed8ebe6b1e18d875f1559c70ff46bc09881 (patch) | |
tree | 4e3750a7c070bd28e1d06d4eb3bb7007b09ce1a2 /src/plugins/mercurial | |
parent | 2ebc4525f5361d37e1492fb65bdc9a07c8fda4d3 (diff) |
Add long descriptions to some plugins
Edited the short descriptions to answer the question
"What can I do with this extension" to help users decide
whether they need it.
In long descriptions, tell users what else they need to
be able to use the plugin.
Change-Id: Iefce7505b61fc77cf38cc915f1f7dbd25c9cb570
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/mercurial')
-rw-r--r-- | src/plugins/mercurial/Mercurial.json.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/mercurial/Mercurial.json.in b/src/plugins/mercurial/Mercurial.json.in index a59cc8e653a..e6be967df69 100644 --- a/src/plugins/mercurial/Mercurial.json.in +++ b/src/plugins/mercurial/Mercurial.json.in @@ -13,7 +13,11 @@ "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" : "Mercurial integration.", + "Description" : "Access the Mercurial source control management tool", + "LongDescription" : [ + "You also need:", + "- Mercurial" + ], "Url" : "https://www.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } |