Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-02-03 08:14:32 +0000
committerMichael Keppler2019-02-04 20:03:42 +0000
commitc2281b6e5a27aedb7b66fdda03f8ae97f012a912 (patch)
treeaf8291c99e3bd3232bec70bda46691d4ff4fe4cd
parent2cfc23d2a6aaf2c47bb90782e06d8bff28947061 (diff)
downloadegit-github-c2281b6e5a27aedb7b66fdda03f8ae97f012a912.tar.gz
egit-github-c2281b6e5a27aedb7b66fdda03f8ae97f012a912.tar.xz
egit-github-c2281b6e5a27aedb7b66fdda03f8ae97f012a912.zip
Wizards shall have a description
This was recently fixed in egit, but not in egit-github. Bug: 543897 Change-Id: Id62811b890377e2a27de75f2f09679f9aed4476f Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--org.eclipse.mylyn.github.ui/plugin.properties2
-rw-r--r--org.eclipse.mylyn.github.ui/plugin.xml6
2 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.ui/plugin.properties b/org.eclipse.mylyn.github.ui/plugin.properties
index ebc9d4b4..163bff3b 100644
--- a/org.eclipse.mylyn.github.ui/plugin.properties
+++ b/org.eclipse.mylyn.github.ui/plugin.properties
@@ -5,11 +5,13 @@ gistUiConnectorName=GitHub Gist repository connector UI
pluginName=Mylyn GitHub Connector UI
providerName=Eclipse EGit
importRepositoriesWizardName=GitHub Task Repositories
+importRepositoriesWizardDescription=Import task repositories from GitHub
githubMenuLabel=GitHub
createGistPublicParamName=Public Gist
createPublicGistLabel=Create Public Gist
createPrivateGistLabel=Create Private Gist
cloneRepositoriesWizardName=Repositories from GitHub
+cloneRepositoriesWizardDescription=Import one or more projects from GitHub
pullRequestConnectorCore=GitHub Pull Requests
pullRequestConnectorUi=GitHub Pull Requests
checkoutPullRequest.name=Checkout Pull Request
diff --git a/org.eclipse.mylyn.github.ui/plugin.xml b/org.eclipse.mylyn.github.ui/plugin.xml
index 32cc27b9..3ae94d7d 100644
--- a/org.eclipse.mylyn.github.ui/plugin.xml
+++ b/org.eclipse.mylyn.github.ui/plugin.xml
@@ -260,6 +260,9 @@
icon="icons/obj16/github.png"
id="org.eclipse.mylyn.github.ui.importRepositoriesWizard"
name="%importRepositoriesWizardName">
+ <description>
+ %importRepositoriesWizardDescription
+ </description>
</wizard>
</extension>
<extension
@@ -270,6 +273,9 @@
icon="icons/obj16/github.png"
id="org.eclipse.mylyn.github.ui.cloneRepositoriesWizard"
name="%cloneRepositoriesWizardName">
+ <description>
+ %cloneRepositoriesWizardDescription
+ </description>
</wizard>
</extension>
<extension

Back to the top